Skip to content

Commit ab54559

Browse files
Update MASTER-SCRIPT.ahk
adding an email shortcut
1 parent 2c8ab4c commit ab54559

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MASTER-SCRIPT.ahk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ CapsLock & b:: ; <-- Send 'buttonpusher' as text
122122
Send, buttonpusher
123123
return
124124

125+
CapsLock & n:: ; <-- Send 'ben@buttonpusher' as text
126+
Send, ben@buttonpusher.tv
127+
return
128+
125129
CapsLock & c:: ; <-- Delete Key
126130
Send, {Delete}
127131
return

0 commit comments

Comments
 (0)