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
; Play/Pause
sc121::
Send {Media_Play_Pause}
return
;sc121::
; Send {Media_Play_Pause}
; return
;
; Henkan/Muhenkan + - -> en, em dash
vk1D & vkBD::

View file

@ -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