From cb5563276258bb78741461e5f24bd24125576256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 26 Dec 2020 15:36:28 +0100 Subject: scripts, keyboard: Move LWin start menu prevention --- scripts.ahk | 2 ++ tt.keyboard.ahk | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts.ahk b/scripts.ahk index e34ab41..2233e76 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -26,6 +26,8 @@ return <> +LWin Up::Send {RCtrl} + ; Caps Lock toggle/display #Space:: diff --git a/tt.keyboard.ahk b/tt.keyboard.ahk index 9971d95..cb3ed33 100644 --- a/tt.keyboard.ahk +++ b/tt.keyboard.ahk @@ -15,8 +15,6 @@ Modifiers() { ;; -> body -LWin Up::Send {Esc} - ^<::^y *#BackSpace::Delete #F9::PrintScreen -- cgit v1.2.3