-
-
Notifications
You must be signed in to change notification settings - Fork 904
Description
when you using letter key as modifier, it need to act both quiet and write letter, which after_keyup or if_along.
but that introduce typing problem. eg say you set mud_a after keyup to a, you try to type 'akhetonics' but with that manipulation make you actually type kahetonics or khaetonics.
so we need to add new functionality that when during hold, delay rest letter key fire on keydown to until the specify key after keyup.
secound, after you put the action in the mud_a then k key to arrow up. the hotkey also should fire on strict oder of e need to be the first to keyup. if didnot have this, then even akhetonics type as akhetonics, ak might mostly bring you to the hotkey action cuz most our typing is not keyup a then keydown k sequentially wait, rather keyup a before k keyup etc.