diff options
author | John Ankarström <john@ankarstrom.se> | 2020-12-26 15:36:28 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-12-26 15:36:28 +0100 |
commit | cb5563276258bb78741461e5f24bd24125576256 (patch) | |
tree | b8078d1329d4456bb5ec41664044f8227015cd43 | |
parent | b46e5356790175bea342fa67bcf3690b086eb8b4 (diff) | |
download | ahk-cb5563276258bb78741461e5f24bd24125576256.tar.gz |
scripts, keyboard: Move LWin start menu prevention
-rw-r--r-- | scripts.ahk | 2 | ||||
-rw-r--r-- | 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 <<body>> +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 |