mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
fix: ahk: Hankaku/Zenkaku behavior
This commit is contained in:
parent
3a84d08c36
commit
66027b05c2
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue