NotEnoughHotkeys icon indicating copy to clipboard operation
NotEnoughHotkeys copied to clipboard

[BUG] inacurate emulating keykodes

Open 07pepa opened this issue 2 years ago • 0 comments

Describe the bug acording to https://github.com/boppreh/keyboard key down and key up is only send up on release making inpossible to to detect press and hold or react on key down acurately

To Reproduce Steps to reproduce the behavior:

  1. create any hotkey presing something unpressable (like f13)
  2. download and install python and https://github.com/boppreh/keyboard 3.run this script
import keyboard
keyboard.hook(lambda event:print(event))
  1. and you will see original keys key down mesages much early if you are holding key

Expected behavior appropriate messages for key down are being send when key is down not at key relase

Elevation of Process: Was runing as admin bud should not matter seems like programing error

07pepa avatar Oct 08 '21 17:10 07pepa