summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2022-02-14 23:40:55 +0300
committerVon Random <von@vdrandom.org>2022-02-14 23:40:55 +0300
commit270f749e81540d7de442f36156a5bb336c243540 (patch)
tree7e8b616309f7b0a453cc1097f60b5c5819a04785
parente1c736bf69d8e8a6f84ea10030a9aed712186349 (diff)
RAlt keyboard layout switchHEADmaster
-rw-r--r--myhotkeys.ahk6
1 files changed, 5 insertions, 1 deletions
diff --git a/myhotkeys.ahk b/myhotkeys.ahk
index 591cd12..9af9848 100644
--- a/myhotkeys.ahk
+++ b/myhotkeys.ahk
@@ -31,5 +31,9 @@ ResizeWin(Width = 0,Height = 0,ExtraW = 0,ExtraH = 0,WinW = 16,WinH = 39) {
#!y::ResizeWin(1280,720)
#!u::ResizeWin(1920,1080)
-;Horizon: Zero Dawn adds some extra pixels for no reason
+; Horizon: Zero Dawn adds some extra pixels for no reason
;#!i::ResizeWin(1920,1080,8,8)
+
+; Use right alt to change the keyboard layout
+RAlt::Send #{Space}
+LControl & Ralt::Send #{Space}