V0.8.0 Aliases support with custom delays (min/max) for each key event #23
wasiejen
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NEW: Added support for Aliases in Key Groups (genamed that file also)
You can now put things like this into the key groups file (directly via menu or just edit the key_groups.txt):
-k, p|10, o|5, i|15|3
+o,r,e,v,e,r,s,e,d,-left_shift,w,o,r,l,d,+left_shift
-o,-left_shift,h,e,l,l,o,+left_shift,w,o,r,l,d
--,-+,++
+-,o,k
some explanation:
-
in front of a key is a press (down)+
in front of a key is a release (up)#
in front of a key is a release and a key (reversed input)|
behind a key is the the max delay for this single key (e.g.-k|10
-> press k with a max delay of 10)|*max*|*min*
defines min and max delay (e.g.-k|10|2
or-k|2|10
-> press k with a max delay of 10 and min delay of 2)This is only usable in key groups. not supported in tap_groups yet.
See #21 for further info
Update of ReadMe will come later. :-D
pls give feedback in the discussion - would like to see for what you use this functionality :-D
This discussion was created from the release V0.8.0 Aliases support with custom delays (min/max) for each key event.
Beta Was this translation helpful? Give feedback.
All reactions