Skip to content

Commit 7b5aa9a

Browse files
committed
remove windows key
1 parent 0713788 commit 7b5aa9a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

AutoHotKey.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ComObjError(false)
4444
#Include .\change_key\control_key.ahk
4545
#include .\change_key\capslock_key.ahk
4646
#include .\change_key\alternate_mode.ahk
47-
#include .\change_key\window_key.ahk
47+
; #include .\change_key\window_key.ahk
4848
#include .\change_key\alt_key.ahk
4949
#include .\change_key\mouse_button.ahk
5050
#include .\change_key\hanja_key.ahk

change_key/control_key.ahk

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
2-
3-
41
; ^r::
52
; path = "C:\Program Files (x86)\Evernote\Evernote\Evernote.exe"
63
; RunActivateOrSwitch(path)
74
; return
85

9-
10-
+^r::
11-
path = "C:\Program Files (x86)\Microsoft VS Code\Code.exe"
12-
RunActivateOrSwitch(path)
13-
return
6+
; +^r::
7+
; path = "C:\Program Files (x86)\Microsoft VS Code\Code.exe"
8+
; RunActivateOrSwitch(path)
9+
; return
1410

1511
^+v::
1612
ClipWait 2

0 commit comments

Comments
 (0)