mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2024-11-15 14:30:50 +00:00
steps.
This commit is contained in:
parent
fe4212d185
commit
1d6733002b
@ -49,16 +49,14 @@ def register_hotkeys(duckypad):
|
||||
def duckypad_hotkeys():
|
||||
keyboard.add_hotkey("ctrl+F21", duckypad.reset)
|
||||
|
||||
[
|
||||
step()
|
||||
for step in (
|
||||
steps = (
|
||||
audio_hotkeys,
|
||||
scene_hotkeys,
|
||||
streamlabs_controller_hotkeys,
|
||||
obsws_hotkeys,
|
||||
duckypad_hotkeys,
|
||||
)
|
||||
]
|
||||
[step() for step in steps]
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user