Skip to content

Commit 368c997

Browse files
authored
Update quackhak.py
1 parent ff4fa5f commit 368c997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuackHak Studio/quackhak.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def executeScript(self):
327327
error_dialog.exec_()
328328
return
329329

330-
key_map = { #doesnt include all ducky commands yet
330+
key_map = { #doesnt include all ducky commands yet. theres a way easier way to do this. but that means i have to restart lol.
331331
"GUI r": ("hotkey", ('win', 'r')),
332332
"GUI R": ("hotkey", ('win', 'r')),
333333
"GUI d": ("hotkey", ('win', 'd')),

0 commit comments

Comments
 (0)