使用alt加ikjl組合鍵替代上下左右(基于autohotkey)
下載AutoHotKey: https://www.autohotkey.com/ 建議下載穩(wěn)定版(舊版)
新建文本文檔,輸入如下內(nèi)容:
!j::send,{left}
!l::send,{right}
!i::send,{up}
!k::send,{down}

記事本另存為.ahk文件,用AutoHotKey打開?
標(biāo)簽:
下載AutoHotKey: https://www.autohotkey.com/ 建議下載穩(wěn)定版(舊版)
新建文本文檔,輸入如下內(nèi)容:
!j::send,{left}
!l::send,{right}
!i::send,{up}
!k::send,{down}
記事本另存為.ahk文件,用AutoHotKey打開?