aboutsummaryrefslogtreecommitdiff
path: root/tt.keyboard.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-16 16:22:04 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-16 16:22:04 +0100
commite93887536add067b08423e786f0e91d53de5a1ce (patch)
treef959aba5a8956289c585c326d9144f115de2d98c /tt.keyboard.ahk
parent51ca1e043948181fda3a7566416d38262fc66d94 (diff)
downloadahk-e93887536add067b08423e786f0e91d53de5a1ce.tar.gz
keyboard: Add | hotkey
For some weird reason, AltGr-< doesn't produce |, even though it should.
Diffstat (limited to 'tt.keyboard.ahk')
-rw-r--r--tt.keyboard.ahk1
1 files changed, 1 insertions, 0 deletions
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}