我发现在编码中我很少使用方括号,[]
但{}
经常使用大括号。在大多数键盘上,这些是使用Shift+[或Shift+输入的]。
现在我尝试使用 AutoHotkey 重新映射这些键:
[::{{}
Run Code Online (Sandbox Code Playgroud)
添加{}
基本上是原始模式,但它不起作用。接下来我试过了
{[}::{{}
Run Code Online (Sandbox Code Playgroud)
但这也不起作用。
有什么帮助吗?
autohotkey ×1