From 531d46007d3e9f116a4cd73cb2380bc800e10056 Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 4 May 2021 12:24:04 +0200 Subject: [PATCH] Map Alt + ' to show blacklash --- src/ansi-gli-nocapslock.ahk | 6 ++++++ src/ansi-gli.ahk | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/src/ansi-gli-nocapslock.ahk b/src/ansi-gli-nocapslock.ahk index 5cc5b26..00069bd 100644 --- a/src/ansi-gli-nocapslock.ahk +++ b/src/ansi-gli-nocapslock.ahk @@ -115,8 +115,14 @@ return Send, ¿ return ; +; Map Alt + ' to show blacklash +!':: +Send, \ +return +; ; Disable CapsLock (map CapsLock to Shift) SetCapsLockState, AlwaysOff CapsLock::LShift return ; + diff --git a/src/ansi-gli.ahk b/src/ansi-gli.ahk index abc3a93..dd85a06 100644 --- a/src/ansi-gli.ahk +++ b/src/ansi-gli.ahk @@ -115,3 +115,8 @@ return Send, ¿ return ; +; Map Alt + ' to show blacklash +!':: +Send, \ +return +;;