From 6586bf25abc295e6003bd6df284cd7d4b2015dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 18 Jan 2021 16:52:52 +0100 Subject: programs: Disable SE dead keys in PuTTY --- tt.programs.ahk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tt.programs.ahk') diff --git a/tt.programs.ahk b/tt.programs.ahk index 10844b6..dd751c7 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -134,4 +134,10 @@ KeyWait, MButton SendInput, {Space Up}{LButton Up} return +#If WinActive("ahk_class PuTTY") and Layout() = layouts.sv ; see tt.layout.ahk ++SC00D::SendInput, ``{Space} ++SC01B::SendInput, {^}{Space} +<^>!SC01B::SendInput, ~{Space} +#If + #IfWinActive -- cgit v1.2.3