fix: ahk: Hankaku/Zenkaku behavior

This commit is contained in:
qwjyh 2022-10-17 15:58:17 +09:00
parent 3a84d08c36
commit 66027b05c2
2 changed files with 7 additions and 8 deletions

View file

@ -2,10 +2,10 @@
; mainly for inputting special characters ; mainly for inputting special characters
; Play/Pause ; Play/Pause
sc121:: ;sc121::
Send {Media_Play_Pause} ; Send {Media_Play_Pause}
return ; return
;
; Henkan/Muhenkan + - -> en, em dash ; Henkan/Muhenkan + - -> en, em dash
vk1D & vkBD:: vk1D & vkBD::

View file

@ -57,12 +57,11 @@ vk1C & d::
Send,{Blind}{PgDn} Send,{Blind}{PgDn}
return return
; ==========================================
; include extra key remaps
#Include extra_remaps.ahk
; ========================================== ; ==========================================
; HankakuZenkaku to esc ; HankakuZenkaku to esc
sc029:: sc029::
Send, {Escape} Send, {Escape}
; ==========================================
; include extra key remaps
#Include extra_remaps.ahk