Compare commits

..

1 Commits

Author SHA1 Message Date
661ee354e9 Add hotkey for opening discord 2024-11-19 10:50:41 -08:00

View File

@ -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(