mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 19:30:11 +01:00
Merge branch 'master' of https://github.com/langolierz/r_e_c_u_r
This commit is contained in:
@@ -199,6 +199,9 @@ def key(event):
|
||||
# video_driver.next_player.reload_content()
|
||||
elif event.char in ['\r']:
|
||||
video_driver.manual_next = True
|
||||
elif(event.char in ['.']):
|
||||
# code for killswitch
|
||||
sys.exit()
|
||||
|
||||
|
||||
def up_key(event):
|
||||
|
||||
Reference in New Issue
Block a user