aboutsummaryrefslogtreecommitdiff
path: root/scripts.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-26 15:40:56 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-26 15:40:56 +0100
commitb3c87b4e434702f9ac960b82be3e0191efab0d12 (patch)
tree6d698827f740f0e2089c761471a4e0b4e8749528 /scripts.ahk
parent7299890afe56a613927057d9b928309edb4b4404 (diff)
downloadahk-b3c87b4e434702f9ac960b82be3e0191efab0d12.tar.gz
scripts: Remove Caps Lock tooltip
Diffstat (limited to 'scripts.ahk')
-rw-r--r--scripts.ahk2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts.ahk b/scripts.ahk
index 2233e76..301a46a 100644
--- a/scripts.ahk
+++ b/scripts.ahk
@@ -32,12 +32,14 @@ LWin Up::Send {RCtrl}
#Space::
SetCapsLockState % !GetKeyState("CapsLock", "T")
+/*
CoordMode, ToolTip, Screen
if (GetKeyState("CapsLock", "T"))
ToolTip, Caps Lock, 8, % A_ScreenHeight - 70
else
ToolTip
CoordMode, ToolTip
+*/
return
; Miscellaneous