打开 edit -> preference -> open config folder -> init.coffee, 添加
# Get rid of the alt-menu shortcuts
atom.menu.template.forEach (t) ->
t.label = t.label.replace("&", "")
atom.menu.update()
ubuntu 下 atom 禁用 alt+key 调出菜单
打开 edit -> preference -> open config folder -> init.coffee, 添加
# Get rid of the alt-menu shortcuts
atom.menu.template.forEach (t) ->
t.label = t.label.replace("&", "")
atom.menu.update()