Browse Source

change hotkey sent

main
Hendrik Langer 6 years ago
parent
commit
86606abec3
  1. 3
      raspberry-environment/display.py

3
raspberry-environment/display.py

@ -128,7 +128,8 @@ def os_echo_bin(filename, string):
def send_keypress():
with open('/dev/hidg0', 'wb') as f:
f.write(bytearray(b'\x00\x00\x04\x00\x00\x00\x00\x00')) #press the A-button
#f.write(bytearray(b'\x00\x00\x04\x00\x00\x00\x00\x00')) #press the A-button
f.write(bytearray(b'\x08\x00\x1C\x00\x00\x00\x00\x00')) #press Win+Y
time.sleep(0.05)
f.write(bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')) #release all keys

Loading…
Cancel
Save