KE-complex_modifications icon indicating copy to clipboard operation
KE-complex_modifications copied to clipboard

Disable Specific Keyboard Modifications

Open wesbro opened this issue 3 years ago • 1 comments

I need to disable the keyboard combination: Left command+shift+[any key]. I'm having some repetitive motion issues with my fingers because I use the keyboard combination left command+shift+A, E, etc. I can't find a way for the app to ignore input from both of these keys (plus any other key) when all three are pressed at the same time.

wesbro avatar Jan 06 '22 22:01 wesbro

I haven't tested this.

  1. Map left_command + shift to vk_none.
  2. Map "any": "key_code" with shift and left_command in from.modifiers.mandatory to vk_none.

[1] https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-definition/from/any/

MuhammedZakir avatar Feb 14 '22 16:02 MuhammedZakir