aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-12-15 01:51:55 +0100
committerJohn Ankarström <john@ankarstrom.se>2021-12-15 01:51:55 +0100
commit000e43e651157dbe2514f4844bda38e8e5821363 (patch)
treec01de813a085ef5259d5c8e464e4e62a59d48ce2
parentb7e0a62c6dad0cc97275eba68f81ca7f7c288ed8 (diff)
downloadahk-000e43e651157dbe2514f4844bda38e8e5821363.tar.gz
windowselect: Disable special window selection hotkeys
-rw-r--r--tt.windowselect.ahk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt.windowselect.ahk b/tt.windowselect.ahk
index eb67413..088f3a9 100644
--- a/tt.windowselect.ahk
+++ b/tt.windowselect.ahk
@@ -2,6 +2,7 @@
;; -> body
+/*
*#1::QuickLaunch(1)
*#2::QuickLaunch(2)
*#3::QuickLaunch(3)
@@ -12,6 +13,7 @@
*#8::QuickLaunch(8)
*#9::QuickLaunch(9)
*#0::QuickLaunch(10)
+*/
/*
#1::Taskbar(1)
@@ -27,9 +29,11 @@
*/
; Shortcuts
+/*
*#q::QuickLaunch(4)
*#w::QuickLaunch(5)
*#a::QuickLaunch(6)
+*/
/*
#q::Taskbar(4)
#w::Taskbar(5)