标签:content and img alt res sel map 自定义 stroke
很多时候因为快捷键冲突,我们得自定义
atom
编辑器的快捷键
打开keymap.cson
自定义格式如下
'selector':
'Keystroke':'Command'
将上述格式替换成上图箭头所指的数值,快捷键可更换。即:
'atom-workspace':
'ctrl-alt-q':'ask-stack:ask-question'
这时候使用ctrl-alt-q
就可以完成命令了
标签:content and img alt res sel map 自定义 stroke
原文地址:https://www.cnblogs.com/hunterxing/p/10430323.html