From 270f749e81540d7de442f36156a5bb336c243540 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 14 Feb 2022 23:40:55 +0300 Subject: RAlt keyboard layout switch --- myhotkeys.ahk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3