We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03099f1 commit 5654c46Copy full SHA for 5654c46
general/keyboard-controller/control_keyboard.py
@@ -2,7 +2,7 @@
2
3
# registering a hotkey that replaces one typed text with another
4
# replaces every "@email" followed by a space with my actual email
5
-keyboard.add_abbreviation("@email", "rockikz@thepythoncode.com")
+keyboard.add_abbreviation("@email", "email@domain.com")
6
7
# invokes a callback everytime a hotkey is pressed
8
keyboard.add_hotkey("ctrl+alt+p", lambda: print("CTRL+ALT+P Pressed!"))
0 commit comments