We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa72c3 commit 17ecfbcCopy full SHA for 17ecfbc
docs/quickstart.rst
@@ -84,7 +84,7 @@ hotkey :kbd:`Win` + :kbd:`N` is configured to launch Notepad. The pound sign
84
import subprocess
85
import ahkpy
86
87
- @ahkpy.hotkey("#n"):
+ @ahkpy.hotkey("#n")
88
def run_notepad():
89
subprocess.Popen(["notepad"])
90
0 commit comments