Replies: 7 comments 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
-
Random thought, perhaps or should have the alternate name "any", likewise and could have the alternate name "all" |
Beta Was this translation helpful? Give feedback.
-
I realized "not" works on "key press", any way to make it work on key release? |
Beta Was this translation helpful? Give feedback.
-
any / all & or / and won't make much difference "all" could even cause confusion |
Beta Was this translation helpful? Give feedback.
-
It's not clear to me exactly what you mean. My guess is you're looking for |
Beta Was this translation helpful? Give feedback.
-
With key-history I was able to achieve pseudo condition to implement kind-of quasimode (introduced by Jef Raskin). Bit of explanation below,
In the above,
|
Beta Was this translation helpful? Give feedback.
-
consider |
Beta Was this translation helpful? Give feedback.
-
Requirements
Describe the bug
"not" operator doesn't work with list of keys, for e.g.
curiously not works with input real
((not (input real a))) S-a break
Is there a way to check previous key input? for e.g. to check if I have pressed any of given list of keys and they can be pressed individually or in combination, for e.g. if a-z letters are configured and when switch returns I can either press escape or press return based on switch evaluation?
Key-history will not work because it will take single key and one should also give recency, if I'm typing any word then I cannot predict where 'a' comes also I need list of keys. Key-timing will not work because if I use switch for processing keys while holding some other key, if I hold alt key and use this logic key-timing will take alt key into account.
Relevant kanata config
No response
To Reproduce
Given as part of description
Expected behavior
"not" operator working
Kanata version
1.6.1
Debug logs
No response
Operating system
Windows 10
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions