-
Notifications
You must be signed in to change notification settings - Fork 41
/
WindowPadX.ini
127 lines (114 loc) · 4.06 KB
/
WindowPadX.ini
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
;
; See WindowPadX.html for more details about configuring WindowPadX.
;
[Options]
TitleMatchMode=2
RecenterMouse=1
; when the window is moved
RecenterOnlyIfOutside=1
; recenter only if the mouse is outside the window new position
;
; [Hotkeys]: Hotkeys which are active by default.
; Hotkey sets using standard modifier keys such as
; * Ctrl (^)
; * Win (#)
; * Alt (!)
; * Shift (+)
; * For more see: http://l.autohotkey.net/docs/Hotkeys.htm
; should be placed directly in this section. [Hotkeys: NAME] sections
; must be enabled/disabled by a hotkey defined in this section.
;
[Hotkeys]
; Win+Numpad for Active Window:
#Numpad1 = WPXA_Move, -1, +1, 0.5, 0.5
#Numpad2 = WPXA_Move, 0, +1, 1.0, 0.5
#Numpad3 = WPXA_Move, +1, +1, 0.5, 0.5
#Numpad4 = WPXA_Move, -1, 0, 0.5, 1.0
#Numpad5 = WPXA_Move, 0, 0, 0.5, 1.0
#Numpad6 = WPXA_Move, +1, 0, 0.5, 1.0
#Numpad7 = WPXA_Move, -1, -1, 0.5, 0.5
#Numpad8 = WPXA_Move, 0, -1, 1.0, 0.5
#Numpad9 = WPXA_Move, +1, -1, 0.5, 0.5
#!Numpad1 = WPXA_MoveMouseToMonitor, 1
#!Numpad2 = WPXA_MoveMouseToMonitor, 2
#!Numpad5 = WPXA_ClipCursorToCurrentMonitorToggle
#!Numpad0 = WPXA_MouseLocator
~RButton & LButton = WPXA_MouseLocator
#NumpadAdd = WPXA_MaximizeToggle
#NumpadEnter = WPXA_MoveWindowToMonitor, Next
#NumpadDiv = WPXA_MinimizeWindowsOnMonitor, 1
#!NumpadDiv = WPXA_GatherWindowsOnMonitor, 1
#NumpadMult = WPXA_MinimizeWindowsOnMonitor, 2
#!NumpadMult = WPXA_GatherWindowsOnMonitor, 2
#NumpadSub = WPXA_TopToggle
; Custom modifier keys:
CapsLock = Hotkeys, Active Window (WADS)
Numpad0 = Hotkeys, Active Window (Numpad)
NumpadSub = Hotkeys, Previous Window (Numpad)
;
; [Hotkeys: xxx]: Hotkeys which are enabled/disabled via the Hotkeys command.
; These are typically used to implement custom modifier keys.
;
[Hotkeys: Active Window (WADS)]
z = WPXA_Move, -1, +1, 0.5, 0.5
x = WPXA_Move, 0, +1, 1.0, 0.5
c = WPXA_Move, +1, +1, 0.5, 0.5
a = WPXA_Move, -1, 0, 0.5, 1.0
s = WPXA_Move, 0, 0, 0.5, 1.0
d = WPXA_Move, +1, 0, 0.5, 1.0
q = WPXA_Move, -1, -1, 0.5, 0.5
w = WPXA_Move, 0, -1, 1.0, 0.5
e = WPXA_Move, +1, -1, 0.5, 0.5
Tab = WPXA_MaximizeToggle
Space = WPXA_MoveWindowToMonitor, Next
LAlt = WPXA_MoveWindowToMonitor, Prev
1 = WPXA_GatherWindowsOnMonitor, 1
2 = WPXA_GatherWindowsOnMonitor, 2
[Hotkeys: Active Window (Numpad)]
*Numpad1 = WPXA_Move, -1, +1, 0.5, 0.5
*Numpad2 = WPXA_Move, 0, +1, 1.0, 0.5
*Numpad3 = WPXA_Move, +1, +1, 0.5, 0.5
*Numpad4 = WPXA_Move, -1, 0, 0.5, 1.0
*Numpad5 = WPXA_Move, 0, 0, 0.5, 1.0
*Numpad6 = WPXA_Move, +1, 0, 0.5, 1.0
*Numpad7 = WPXA_Move, -1, -1, 0.5, 0.5
*Numpad8 = WPXA_Move, 0, -1, 1.0, 0.5
*Numpad9 = WPXA_Move, +1, -1, 0.5, 0.5
*NumpadAdd = WPXA_MaximizeToggle
*NumpadEnter = WPXA_MoveWindowToMonitor, Next
[Hotkeys: Previous Window (Numpad)]
*Numpad1 = WPXA_Move, -1, +1, 0.5, 0.5, P
*Numpad2 = WPXA_Move, 0, +1, 1.0, 0.5, P
*Numpad3 = WPXA_Move, +1, +1, 0.5, 0.5, P
*Numpad4 = WPXA_Move, -1, 0, 0.5, 1.0, P
*Numpad5 = WPXA_Move, 0, 0, 0.5, 1.0, P
*Numpad6 = WPXA_Move, +1, 0, 0.5, 1.0, P
*Numpad7 = WPXA_Move, -1, -1, 0.5, 0.5, P
*Numpad8 = WPXA_Move, 0, -1, 1.0, 0.5, P
*Numpad9 = WPXA_Move, +1, -1, 0.5, 0.5, P
*NumpadAdd = WPXA_MaximizeToggle, P
*NumpadEnter = WPXA_MoveWindowToMonitor, Next, P
;
; [Exclude Windows]: Hotkeys are disabled for these windows.
;
[Exclude Windows]
Window=Virtual PC
Window=Remote Desktop
;
; [Gather: Exclude Windows]: WPXA_GatherWindowsOnMonitor ignores these windows when gathering.
;
[Gather: Exclude Windows]
Window=ahk_class SideBar_AppBarWindow
Window=ahk_class SideBar_HTMLHostWindow
Window=ahk_class BasicWindow
; To prevent Windows 10 taskbar from getting moved with gather all command (ahk_class found with WindowSpy)
Window=ahk_class Shell_TrayWnd
Window=ahk_class Shell_SecondaryTrayWnd
Window=ahk_class Windows.UI.Core.CoreWindow
;
; [Gather: Exclude Processes]: WPXA_GatherWindowsOnMonitor ignores windows belonging to these processes.
; It is usually not necessary to use both this and the above.
;
[Gather: Exclude Processes]
; Process=sidebar.exe
Process=clocx.exe