Skip to content

Commit 5654c46

Browse files
committed
fixed some issues
1 parent 03099f1 commit 5654c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/keyboard-controller/control_keyboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# registering a hotkey that replaces one typed text with another
44
# replaces every "@email" followed by a space with my actual email
5-
keyboard.add_abbreviation("@email", "rockikz@thepythoncode.com")
5+
keyboard.add_abbreviation("@email", "email@domain.com")
66

77
# invokes a callback everytime a hotkey is pressed
88
keyboard.add_hotkey("ctrl+alt+p", lambda: print("CTRL+ALT+P Pressed!"))

0 commit comments

Comments
 (0)