From b3c87b4e434702f9ac960b82be3e0191efab0d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 26 Dec 2020 15:40:56 +0100 Subject: scripts: Remove Caps Lock tooltip --- scripts.ahk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts.ahk') 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 -- cgit v1.2.3