Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macro "CapsLock" + "I" produces extra letters #386

Open
alanzchen opened this issue Apr 21, 2020 · 1 comment
Open

Macro "CapsLock" + "I" produces extra letters #386

alanzchen opened this issue Apr 21, 2020 · 1 comment

Comments

@alanzchen
Copy link

alanzchen commented Apr 21, 2020

  • Device: WhiteFox TrueFox (Kono Store December 2017)

  • Firmware Origin: kiibohd-configurator-1.0.2-mac

  • OS: macOS Catalina 10.14.3

  • Version: 1222

  • Reproduction Steps:
# Macro 'CapsLock Up'
U"CAPSLOCK" + U"I" : U"UP";
# Macro 'CapsLock Down'
U"CAPSLOCK" + U"K" : U"DOWN";
# Macro 'CapsLock Right'
U"CAPSLOCK" + U"L" : U"RIGHT";
# Macro 'CapsLock Right'
U"CAPSLOCK" + U"J" : U"LEFT";
  • Resulting Issue:

"CapsLock + I" did map to "UP" but also produces letter "I".

@alanzchen
Copy link
Author

# Macro 'CapsLock Up'
U"CAPSLOCK"(H) + U"I" : U"UP";
# Macro 'CapsLock Down'
U"CAPSLOCK"(H) + U"K" : U"DOWN";
# Macro 'CapsLock Right'
U"CAPSLOCK"(H) + U"L" : U"RIGHT";
# Macro 'CapsLock Right'
U"CAPSLOCK"(H) + U"J" : U"LEFT";

Won't work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant