美文网首页
create key shortcut in sublime.m

create key shortcut in sublime.m

作者: LFBuildMountain | 来源:发表于2018-06-02 17:05 被阅读0次

preference -> key binding

write the key shortcut in json file format
the user defined shortcut will override the system shortcut

my defined shortcut

[
    { "keys": ["alt+b"], "command": "show_panel", "args": {"panel": "output.exec"} },
    { "keys": ["alt+0"], "command": "exec", "args": {"kill": true} }
]

相关文章

网友评论

      本文标题:create key shortcut in sublime.m

      本文链接:https://www.haomeiwen.com/subject/wwvrsftx.html