lyloou

  • 首页
  • 关于
  • 标签
  • 归档
  • 搜索
  • 文章目录
  • 站点概览
lyloou

lyloou

/* Better than last best */
312 日志
56 标签
GitHub E-Mail Weibo CSDN
Creative Commons

Atom定制

发表于 2016-10-28 阅读次数:

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

打开 edit -> preference -> open config folder -> init.coffee, 添加

1
2
3
4
# Get rid of the alt-menu shortcuts
atom.menu.template.forEach (t) ->
t.label = t.label.replace("&", "")
atom.menu.update()
# tool # editor
Eclipse配置
Vscode定制
粤ICP备18151128号
© 2023 lyloou
由 Hexo & NexT.Mist 强力驱动
0%