From d709a7de206b868cd2a44117bbe7f8beaf79d6ee Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 26 Oct 2020 20:12:59 -0500 Subject: [PATCH] - Added the missing Right Alt key remap for Windows --- windows/kinto.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index ed4a54b..75f6425 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -235,11 +235,13 @@ GroupAdd, intellij, ahk_exe idea64.exe ; $LAlt::LCtrl ; CB/IBM ; $RAlt::RCtrl ; CB/IBM + ; $RCtrl::RAlt ; CB/IBM ; $CapsLock::LWin ; IBM ; $LCtrl::LAlt ; CB/IBM ; $LAlt::LCtrl ; WinModifiers ; $RAlt::RCtrl ; WinModifiers + ; $RCtrl::RAlt ; WinModifiers ; $LWin::LAlt ; WinModifiers ; $LCtrl::LWin ; WinModifiers