0

For some reason all the automated tools think my "Home" button is located in Num7 keypad, when using online keypress detectors.

Same problem with any of these modules: pyautogui, pydirectinput, keyboard

Even tried using keyboard module to detect keypress event, and then pass the event as a separate keypress, which didn't work:

  key = keyboard.read_key()
  print(key)
  keyboard.press_and_release(key)

It prints key as "home" properly, but when passed as an action, it still presses Num7

Maksiss
  • 15
  • 6

0 Answers0