keyboard icon indicating copy to clipboard operation
keyboard copied to clipboard

add_hotkey not working for hotkey like 'key1, key2'

Open happyTonakai opened this issue 3 years ago • 0 comments

keyboard.add_hotkey('ctrl, s', lambda: print('ctrl, s pressed'))
keyboard.wait()

I press ctrl, release, press s and release but nothing happens. Win10 Pro 21H1 19043.2364, Python 3.10.8, keyboard 0.13.5 and the latest from master branch, both of these two versions are not working.

happyTonakai avatar Feb 03 '23 07:02 happyTonakai