Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

atom-editor

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

like image 545
martin jakubik Avatar asked Aug 05 '16 13:08

martin jakubik


People also ask

How do I change text from selected to uppercase?

To use a keyboard shortcut to change between lowercase, UPPERCASE, and Capitalize Each Word, select the text and press SHIFT + F3 until the case you want is applied.

How do I change keyboard shortcuts in atom?

Go to Edit -> Preferences -> Keybinding, and click on the link at the top of the page to "your keymap file". (Obviously, replace the shortcut and the command with what you want.) Done!


2 Answers

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
like image 158
4 revs, 3 users 83% Avatar answered Sep 18 '22 18:09

4 revs, 3 users 83%


For Windows OS

For Uppercase CTRL + K + U

For Lowercase CTRL + K + L

like image 26
kunal shaktawat Avatar answered Sep 19 '22 18:09

kunal shaktawat