You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a pre-cursor to having a sort of fancy macro entry, it would be nice to let the users manually entry macros and capabilities as they would directly using KLL.
To prevent user error, each entry should be cross-referenced with the overall KLL configuration to validate if the name exists or is possible.
Can the macros be conditional, so that when no key is pressed it will macro hold alt while typing 134 on the numpad to make a å
Yep, this should be already working today.
When the shift key is held it will do cancel the shift key and hold alt while typing 143 to make a Å
If I'm understand correctly, you want to "invert" shift in certain situations. I've been working on something like this for Programmer's Dvorak (kiibohd/controller#143)
Would an alt + numpad code macro even be satisfactory?
These may or may not work depending on the OS. The ideal solution is to write a driver for each OS to handle this. But if your OS is setup correctly, then it probably would work.
As a pre-cursor to having a sort of fancy macro entry, it would be nice to let the users manually entry macros and capabilities as they would directly using KLL.
To prevent user error, each entry should be cross-referenced with the overall KLL configuration to validate if the name exists or is possible.
Capabilities are easy to cross-reference.
https://github.com/kiibohd/controller/blob/master/Output/pjrcUSB/capabilities.kll
For all possible "Result" definitions, see the KLL spec (https://www.overleaf.com/read/zzqbdwqjfwwf)
The text was updated successfully, but these errors were encountered: