Replies: 1 comment
-
Also, the state of many keys in JSON format can be passed via TCP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is good that Kanata is developing program logic. For example, if-equal, if-in-list and other conditional operators for templates. I even hope to see a full implementation of Lisp syntax in the future.
In the meantime, it would be very good to pass the state of keys to cmd-output-keys.
The state could include the history of keystrokes:
In simple cases, where only the preceding 2-3 keys need to be known, Kanata can pass them through the command line. In complex cases, describing the state of many keys, Kanata can pass them through a JSON file.
Beta Was this translation helpful? Give feedback.
All reactions