mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2026-04-08 20:23:30 +00:00
should OBS be manually closed:
clean up the request socket. the event socket should be handled by obsws-python library
This commit is contained in:
@@ -39,8 +39,8 @@ def register_hotkeys(duckypad):
|
||||
keyboard.add_hotkey('ctrl+F18', duckypad.scene.iris_solo)
|
||||
|
||||
def obsws_hotkeys():
|
||||
keyboard.add_hotkey('ctrl+alt+F13', duckypad.obsws.start_stream)
|
||||
keyboard.add_hotkey('ctrl+alt+F14', duckypad.obsws.stop_stream)
|
||||
keyboard.add_hotkey('ctrl+F22', duckypad.obsws.start_stream)
|
||||
keyboard.add_hotkey('ctrl+F23', duckypad.obsws.stop_stream)
|
||||
|
||||
def duckypad_hotkeys():
|
||||
keyboard.add_hotkey('ctrl+F24', duckypad.reset)
|
||||
|
||||
Reference in New Issue
Block a user