We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Device: WhiteFox TrueFox (Kono Store December 2017)
Firmware Origin: kiibohd-configurator-1.0.2-mac
OS: macOS Catalina 10.14.3
Version: 1222
# 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";
"CapsLock + I" did map to "UP" but also produces letter "I".
The text was updated successfully, but these errors were encountered:
# 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.
Sorry, something went wrong.
No branches or pull requests
Device: WhiteFox TrueFox (Kono Store December 2017)
Firmware Origin: kiibohd-configurator-1.0.2-mac
OS: macOS Catalina 10.14.3
Version: 1222
"CapsLock + I" did map to "UP" but also produces letter "I".
The text was updated successfully, but these errors were encountered: