This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 前提として、Windowsの設定で102キーボードとして認識させる | |
; | |
; 無変換を認識させる | |
sc07B::Send, {vk1Dsc07B} | |
; 変換を認識させる | |
sc079::Send, {vk1Csc079} | |
; かなを認識させる | |
sc070::RAlt | |
; BackquoteをEscに | |
`::Esc |
OlderNewer