forked from Eun/MoveToDesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMoveToDesktop.ini
More file actions
28 lines (23 loc) · 739 Bytes
/
MoveToDesktop.ini
File metadata and controls
28 lines (23 loc) · 739 Bytes
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
;
; Place this file in %AppData%
;
[MoveToDesktop]
; Switch Desktop after window was moved
SwitchDesktopAfterMove=0
; Create a new desktop when you move the window to a non-existent desktop.
CreateNewDesktopOnMove=1
; If a desktop is empty, remove it
DeleteEmptyDesktops=0
[HotKeys]
; Hotkey for moving window to left
MoveLeft=WIN+ALT+LEFT
; Hotkey for moving window to right
MoveRight=WIN+ALT+RIGHT
; Leave empty to disable e.g.
; MoveLeft=
; MoveRight=
; You can find the supported Keys on https://github.com/Eun/MoveToDesktop/blob/master/help/keys.md
;[Advanced]
; You can change the Mutex IDs that are used to lock the process.
; Mutex_x86={4EF85FA7-55CB-4BD9-AD73-15EDA3BB149C}
; Mutex_x64={92B297B9-7430-4BB0-B77B-EB6D36DCF8F2}