From: Jannik ZANDER Date: Mon, 9 May 2016 10:34:18 +0000 (+0200) Subject: Add US EU autohotkey script X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=b16573b483ecb8c2a882ab97a14155716863d770;p=dotfiles.git Add US EU autohotkey script --- diff --git a/exe/useu-hhkb.ahk b/exe/useu-hhkb.ahk new file mode 100644 index 0000000..521b726 --- /dev/null +++ b/exe/useu-hhkb.ahk @@ -0,0 +1,20 @@ +Capslock::LCtrl +RWin::RCtrl +LWin::return +LCtrl::return +:*?:``[::å +:*?:``{::Å +:*?:```;::ä +;:*?:``:::Ä +:*?:``'::ö +:*?:``"::Ö +:*?:``.::æ +:*?:``>::Æ +:*?:``/::ø +:*?:``?::Ø + +:B0:``:: + if (A_EndChar == ":") { + SendInput, {BS 2}Ä + } +return