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 62e2e2b commit 092db32Copy full SHA for 092db32
general/keyboard-controller/control_keyboard.py
@@ -18,3 +18,6 @@
18
# setting 0.1 seconds to wait between keypresses to look fancy
19
keyboard.write("Python Programming is always fun!", delay=0.1)
20
21
+# remove all keyboard hooks in use
22
+keyboard.unhook_all()
23
+
0 commit comments