fix: ahk: Hankaku/Zenkaku behavior
This commit is contained in:
parent
3a84d08c36
commit
66027b05c2
2 changed files with 7 additions and 8 deletions
|
@ -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::
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue