Keyboard shortcut to convert selection to uppercase (or lowercase) in the atom editor

為{幸葍}努か 提交于 2019-12-04 07:37:57

问题


What is the keyboard shortcut to convert the currently selected text to uppercase (or lowercase) in the Atom editor?


回答1:


On Windows and Linux:

  • Ctrl + K then Ctrl + U for uppercase
  • Ctrl + K then Ctrl + L for lowercase

On Mac:

  • Cmd + K then Cmd + U for uppercase
  • Cmd + K then Cmd + L for lowercase



回答2:


For Windows OS

For Uppercase CTRL + K + U

For Lowercase CTRL + K + L



来源:https://stackoverflow.com/questions/38790154/keyboard-shortcut-to-convert-selection-to-uppercase-or-lowercase-in-the-atom-e

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!