Closed Lingxi-Li closed 1 year ago
Also I have all options turned off.
OPTIONs
off: debug output for each key event
off: Z <-> Y
off: Alt <-> Win for Apple keyboards
off: Left Control and Win block alpha key mapping ('Ctrl + C is never changed')
off: Process only the keyboard that sent the first key
Could possibly be "ghosting or shadowing" (google it, basically not all keyboards can process all combos of keys. Check out n-key rollover if you want to have a capable keyboard).
If it is shadowing, the "hardware issue" is probably that Caps and S are on the same row, and LAlt and S are on the same column. To test the theory, try O instead of S
Update: this is a cool test page from microsoft, try it https://www.microsoft.com/applied-sciences/projects/anti-ghosting-demo
Thanks for the info. Looks like it is the root cause.
Not sure if this is particular to me. Following config should be sufficient to repro on my side.
When I press LALT + CAPS + S, I expect it to trigger WIN + SHF + S which is the shortcut to take a screen clip. Yet, it doesn't work. Weirdly, when I press RSHF + CAPS + S, it works!
I tried debug output. For the combo that does not work, it is like
Does not make sense and note the missing of
S
.For the one that does work, it is like
Maybe, this is an issue with my keyboard? I'm using Microsoft Sculpt Ergonomic Keyboard BTW.