mod_tap or if_single ? #1033
alangomezhuerta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for such great tool
I would like to achieve assisgning double function to a single key:
a) Control_L to Escape on single press alone
b) Control_L on press and hold for more than 250 milliseconds or combined with other keys
I've been playinig with this :
if_single(key(KEY_ESC), key(Control_L), 250)
it works partially:
it plays well as Escape, very useful for my vim flow, though holding Control + d, Control + b, or any other combination its is ignored, basically Escape takes precedence and Control is never reached. I have decreased and increased the number of milliseconds with no success
I don't know how I could implement this into my workflow, mod_tap sound like the way to go? ( I don't know how to use this here )
I ave upgraded to the latest version as of today :
input-remapper 2.0.1 568f56c https://github.com/sezanzeb/input-remapper
python-evdev 1.4.0
Beta Was this translation helpful? Give feedback.
All reactions