红联Linux门户
Linux帮助

ubuntu下atom禁用alt+key调出菜单

发布时间:2015-12-11 09:38:09来源:linux网站作者:oldfeel

打开 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 15.10上使用ppa安装Atom编辑器:http://www.linuxdiyf.com/linux/15542.html

Linux下安装Atom编辑器:http://www.linuxdiyf.com/linux/14731.html

Ubuntu中Atom编辑器显示中文乱码的处理方法:http://www.linuxdiyf.com/linux/14566.html

Ubuntu用户安装Atom 0.187.0文本编辑器:http://www.linuxdiyf.com/linux/10027.html

Linux下如何安装文本编辑器Atom 0.124.0:http://www.linuxdiyf.com/linux/2362.html