mooz / xkeysnail

Yet another keyboard remapping tool for X environment
900 stars 112 forks source link

Does not read multiple key combinations "C-x C-h" without having to lift the modifier key. #112

Open EskoJTH opened 3 years ago

EskoJTH commented 3 years ago

Does not read for example C-x C-h unless you lift the control key in between the key combinations. In emacs you usually don't have to lift the control key and this makes typing combinations faster.

Arises for example in the following:

K("C-x"): {
        # history:
        K("C-h"): [K("C-Shift-h")],
}
abhchand commented 2 years ago

I'm also having this issue - I have to lift my fingers off all keys before the next key combo can work. Any update on a workaround?

Thanks!

joshgoebel commented 2 years ago

Confirm this is still an issue?

joshgoebel commented 2 years ago

Does not read for example C-x C-h unless you lift the control key in between the key combinations.

My fork definitely should not have this limitation. https://github.com/joshgoebel/keyszer You may both want to consider upgrading since xkeysnail doesn't seem to be actively maintained anymore.