From e93887536add067b08423e786f0e91d53de5a1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 16 Dec 2020 16:22:04 +0100 Subject: keyboard: Add | hotkey For some weird reason, AltGr-< doesn't produce |, even though it should. --- tt.keyboard.ahk | 1 + 1 file changed, 1 insertion(+) (limited to 'tt.keyboard.ahk') diff --git a/tt.keyboard.ahk b/tt.keyboard.ahk index caa2a18..9971d95 100644 --- a/tt.keyboard.ahk +++ b/tt.keyboard.ahk @@ -21,6 +21,7 @@ LWin Up::Send {Esc} *#BackSpace::Delete #F9::PrintScreen #F12::Insert +<^>!<::| *#h::SendInput, % Modifiers() "{Left down}" #h Up::SendInput, {Left up} -- cgit v1.2.3