From: Jannik ZANDER Date: Wed, 25 May 2016 12:34:40 +0000 (+0200) Subject: Fix danish character in AHK X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=16c40c1f644381bb11a22619736dd86038a274f9;p=dotfiles.git Fix danish character in AHK --- diff --git a/.local/exe/usdk-hhkb.ahk b/.local/exe/usdk-hhkb.ahk index 5ea625a..04954a7 100644 --- a/.local/exe/usdk-hhkb.ahk +++ b/.local/exe/usdk-hhkb.ahk @@ -3,23 +3,22 @@ Capslock::LCtrl RWin::RCtrl LWin::return -; Letter a -> skandinavian Ã¥ -:*?:``a::Ã¥ -:*?:``A::Å +; Letter a -> skandinavian å +:*?:``a::å +:*?:``A::Å -; Letter o -> danish/norwegen ø -:*?:``o::ø -:*?:``O::Ø +; Letter o -> danish/norwegen ø +:*?:``o::ø +:*?:``O::Ø -; Letter ' -> danish/norwegen æ -:*?:``'::æ -:*?:``"::Æ +; Letter ' -> danish/norwegen æ +:*?:``'::æ +:*?:``"::Æ -; Letter u -> swedish/finish ö -:*?:``u::ö -:*?:``U::Ö - -; Letter e -> swedish/finish ä -:*?:``e::ä -:*?:``E::Ä +; Letter u -> swedish/finish ö +:*?:``u::ö +:*?:``U::Ö +; Letter e -> swedish/finish ä +:*?:``e::ä +:*?:``E::Ä