标签: phpstorm shortcut
是否可以通过双击键创建PhpStorm快捷方式?例如,按两次 f 字符。
答案 0 :(得分:-2)
可以通过autoHotKey创建每个任意快捷方式。对于我的情况,使用以下代码创建一个comma.ahk脚本:
comma.ahk
:*:ff:: send, {end},{enter} Return
然后运行脚本。这足以让你自由地走到行尾,按逗号键,最后转到新行!