From 66027b05c248aaf7facf696e2fefe9e7ecf33388 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 17 Oct 2022 15:58:17 +0900 Subject: [PATCH] fix: ahk: Hankaku/Zenkaku behavior --- dotfiles/ahk/extra_remaps.ahk | 8 ++++---- dotfiles/ahk/key_remaps.ahk | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/dotfiles/ahk/extra_remaps.ahk b/dotfiles/ahk/extra_remaps.ahk index 1229096..5effd07 100644 --- a/dotfiles/ahk/extra_remaps.ahk +++ b/dotfiles/ahk/extra_remaps.ahk @@ -2,10 +2,10 @@ ; mainly for inputting special characters ; Play/Pause -sc121:: - Send {Media_Play_Pause} - return - +;sc121:: +; Send {Media_Play_Pause} +; return +; ; Henkan/Muhenkan + - -> en, em dash vk1D & vkBD:: diff --git a/dotfiles/ahk/key_remaps.ahk b/dotfiles/ahk/key_remaps.ahk index 3f90df4..70722db 100644 --- a/dotfiles/ahk/key_remaps.ahk +++ b/dotfiles/ahk/key_remaps.ahk @@ -57,12 +57,11 @@ vk1C & d:: Send,{Blind}{PgDn} return +; ========================================== +; include extra key remaps +#Include extra_remaps.ahk ; ========================================== ; HankakuZenkaku to esc sc029:: Send, {Escape} - -; ========================================== -; include extra key remaps -#Include extra_remaps.ahk