Compare commits
1 Commits
c5c5b53ddd
...
main
Author | SHA1 | Date | |
---|---|---|---|
661ee354e9 |
10
main.ahk
10
main.ahk
@ -72,6 +72,16 @@ prevWindow := 0
|
||||
}
|
||||
}
|
||||
|
||||
; Focus Discord if there is one open.
|
||||
^!+#d:: ; Capslock+d to open a browser
|
||||
{
|
||||
discordID := WinExist("Discord")
|
||||
|
||||
if (discordID) {
|
||||
WinActivate(discordID)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
; Arrange windows into my preferred location, based on what monitors are connected.
|
||||
monitorConfigurations := Map(
|
||||
|
Reference in New Issue
Block a user