controller icon indicating copy to clipboard operation
controller copied to clipboard

Treating modifier keys in a Macro combination as ghostkey

Open wpc009 opened this issue 9 years ago • 0 comments

A GhostKey is defined as a key event that is triggered in a macro combination. The GhostKey should not influence other key event that not included in this macro combination. Which means the GhostKey only affects the keys in same macro combination.

Since the current kll spec does not have a `GhostKey` concept. 
So, this impl will preventing mapping multiple modifier event on single key strike.

wpc009 avatar Oct 08 '16 06:10 wpc009