diff --git a/forward.py b/forward.py index edeac13..3f78db6 100755 --- a/forward.py +++ b/forward.py @@ -94,6 +94,7 @@ async def keyboardinp(): if button == '37': is_ctrl = True if button == '24' and is_ctrl: # Ctrl+Q + print('DISPLAY=:0 xdotool keyup 37') # Release Ctrl sys.exit(0) return