From: Jannik Zander Date: Tue, 24 May 2016 16:30:32 +0000 (+0200) Subject: Normalize all the line endings X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=5bc8129367676f3b40b832c3e9ac0f3eb09f98ab;p=dotfiles.git Normalize all the line endings --- diff --git a/exe/usdk-hhkb.ahk b/exe/usdk-hhkb.ahk index a2cd7a3..10af810 100644 --- a/exe/usdk-hhkb.ahk +++ b/exe/usdk-hhkb.ahk @@ -1,25 +1,25 @@ -; Use caps and rwin as ctrl (HHKB alike) -Capslock::LCtrl -RWin::RCtrl -LWin::return - -; Letter a -> skandinavian å -:*?:``a::å -:*?:``A::Å - -; Letter o -> danish/norwegen ø -:*?:``o::ø -:*?:``O::Ø - -; Letter ' -> danish/norwegen æ -:*?:``'::æ -:*?:``"::Æ - -; Letter u -> swedish/finish ö -:*?:``u::ö -:*?:``U::Ö - -; Letter e -> swedish/finish ä -:*?:``e::ä -:*?:``E::Ä - +; Use caps and rwin as ctrl (HHKB alike) +Capslock::LCtrl +RWin::RCtrl +LWin::return + +; Letter a -> skandinavian å +:*?:``a::å +:*?:``A::Å + +; Letter o -> danish/norwegen ø +:*?:``o::ø +:*?:``O::Ø + +; Letter ' -> danish/norwegen æ +:*?:``'::æ +:*?:``"::Æ + +; Letter u -> swedish/finish ö +:*?:``u::ö +:*?:``U::Ö + +; Letter e -> swedish/finish ä +:*?:``e::ä +:*?:``E::Ä +