boppreh / keyboard

Hook and simulate global keyboard events on Windows and Linux.
MIT License
3.77k stars 432 forks source link

shift don't work with remapped keys #539

Open russarr opened 2 years ago

russarr commented 2 years ago

I want to use WASD as keypad: keyboard.remap_key('w', 'UP') keyboard.remap_key('s', 'DOWN') keyboard.remap_key('a', 'LEFT') keyboard.remap_key('d', 'RIGHT') but 'shift' + key don`t select text. Other modifiers: 'ctrl' and 'alt' work correctly.

mcgara commented 2 years ago

try again disabling BlockNum