本文介绍了在原子编辑器中将选择转换为大写(或小写)的键盘快捷键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Atom 编辑器中将当前选定的文本转换为大写(或小写)的键盘快捷键是什么?

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

推荐答案

在 Windows 和 Linux 上:

On Windows and Linux:

  • + 然后 + 为大写
  • + 然后 + 小写
  • + then + for uppercase
  • + then + for lowercase

在 Mac 上:

  • + 然后 + 为大写
  • + 然后 + 小写
  • + then + for uppercase
  • + then + for lowercase

这篇关于在原子编辑器中将选择转换为大写(或小写)的键盘快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 22:44