-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
33 lines (24 loc) · 870 Bytes
/
todo.txt
File metadata and controls
33 lines (24 loc) · 870 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
28
29
30
31
32
33
hotkey to change the split location (alt jl)
hotkey to move windows around (alt shift jk)
keep tracking but maximise/return to bay temporarily
a way to filter windows e.g. ignore alert boxes etc
- a priority level so that you can blanked ignore an ahk_class for example but un-ignore specific windows
decide how to handle multiple monitors
add the borderless thing to tracked windows
add support for multiple desktops
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
underTest := WinExist("ahk_exe notepad.exe")
test := new VirtualDesktopManagerClass()
return
#d::
{
MsgBox % test.isDesktopCurrentlyActive(undertest) "`n" undertest
return
}
#e::ExitApp
#Include ../windows10DesktopManager/virtualDesktopManager.ahk
debugger(a)
{
return
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~