Skip to content

Commit a0d7fd2

Browse files
fixed cmd+s ctrl+s
1 parent 1e1102c commit a0d7fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MacKeyboard.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ F19::Run https://facebook.com
5252
; --------------------------------------------------------------
5353

5454
; Make Ctrl + S work with cmd (windows) key
55-
#s::^s
55+
#s::Send, ^s
5656

5757
; Selecting
5858
#a::Send, ^a

0 commit comments

Comments
 (0)