-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmouse.ahk
More file actions
49 lines (49 loc) · 1.1 KB
/
Copy pathmouse.ahk
File metadata and controls
49 lines (49 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#IfWinActive ahk_exe notepad++.exe
XButton1::^PgDn
XButton2::^PgUp
#IfWinActive ahk_exe texstudio.exe
XButton1::^PgDn
XButton2::^PgUp
#IfWinActive ahk_exe Code.exe
XButton1::^PgDn
XButton2::^PgUp
#IfWinActive ahk_exe tuxguitar.exe
XButton1::^PgDn
XButton2::^PgUp
#IfWinActive ahk_exe chrome.exe
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe msedge.exe
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe WindowsTerminal.exe
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe FreeCommander.exe
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe javaw.exe ; FreeMind
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe ApplicationFrameHost.exe ; Drawboard
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe acrord32.exe ;acrobat
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe Acrobat.exe
XButton1::^Tab
XButton2::^+Tab
#IfWinActive ahk_exe powerpnt.exe
XButton1::Right
XButton2::Left
#IfWinActive ahk_exe spotify.exe
XButton1::Media_Next
XButton2::Media_Prev
#IfWinActive ahk_exe explorer.exe
XButton1::XButton2
XButton2::XButton1
#IfWinActive ahk_exe FOXITREADER.EXE
XButton1::^Tab
XButton2::^+Tab
#IfWinActive