search
MacOS Shortcut Key ListMay 12, 2020 am 10:39 AM
macos

There are four main modifier keys in Mac, namely Command, Control, Option and Shift.

These four keys each have their own patterns, and they often appear in the menu bar in Mac applications, making it easy for you to learn new shortcut keys at any time.

MAC keyboard shortcut symbol legend

MacOS Shortcut Key List

General

Command is the most important modifier key in Mac. Equivalent to Ctrl under Windows in most cases.

So the following basic operations are easy to understand:

Command Z Undo

Command X Cut

Command C Copy

Command V Paste

Command A Select All

Command S Save

Command F Find

MacOS Shortcut Key List

System

Option Press immediately after booting to display the startup manager.

If your Mac is equipped with dual systems or a boot USB disk is inserted, you can select the boot disk in the startup manager

Command R Press immediately after booting to open the recovery function of OS X ( Recovery)

Command Option P R Press immediately after booting to reset NVRAM.

Sometimes the computer will have some minor problems. Resetting NVRAM is your first choice to try to fix it besides restarting.

Command Option Control Power Quit all applications, allow you to save documents, and then shut down the machine

Press and hold the Power button for 5 seconds to force the Mac to shut down

MacOS Shortcut Key List

Screenshot

Command Shift 3 to capture the entire screen to the file

Command Shift Control 3 to capture the entire screen to the clipboard

Command Shift 4 to capture Select the screen area to a file, or press the space bar to capture only one window

Command Shift Control 4 Capture the selected screen area to the clipboard, or press the space bar to capture only one window

MacOS Shortcut Key List

File Manager

Command Shift N Create a new folder (New)

Command Shift G Bring up the window, you can enter the absolute path directly Folder (Go)

return This is not actually a shortcut key. Click on the file and press to rename the file

Command O to open the selected item. Opening a file on Mac is not like pressing Enter

Command Option V directly in Windows, which is equivalent to cutting files in Windows.

Copy the file to another location (Command-C), press this shortcut key at the destination location, the file will be cut to this location

Command ↑ Open the file containing the current folder Folder, equivalent to "up" in Windows

Command Delete Move the file to the Trash

Command Shift Delete Empty the Trash

Space Quick View Select file, that is, the preview function

MacOS Shortcut Key List

Switch

Command Tab Switch between applications

Command Shift Tab Switch between applications (reverse)

Command ~ Switch between windows in each application

MacOS Shortcut Key List

Browser

Command L The cursor jumps directly to the address bar

Control Tab Go to the next tab page

Control Shift Tab Go to the previous tab page

Command ' 'or '=' Enlarge the page

Command '-' Reduce the page

MacOS Shortcut Key List

In the application

Command H Hide (Hide) The currently running application window

Command Option H Hide (Hide) other application windows

Command Q Quit (Quit) the front application

Command Shift Z Redo, which is the reverse operation of undo

Command Tab Go to the next recently used application in the list of open applications,

Equivalent to Windows (Alt Tab)

Command Option esc opens the "Force Quit" window. If an application is unresponsive, you can select Force Quit in the window list

Text Processing

Command B Switches the selected text to bold (Bold) display

fn Delete is equivalent to Delete on the PC full-size keyboard, that is, deletes backwards

fn ↑ Scroll up one page (Page Up)

fn ↓ Scroll down one page (Page Down)

fn ← Scroll to the beginning of the document (Home)

fn → Scroll to the end of the document (End)

Command → Move the cursor to the end of the current line

Recommended tutorial: "MacOS Tutorial"

Command ← Move the cursor to the beginning of the current line

Command ↓ Move the cursor to the end of the document

Command ↑ Move the cursor to the beginning of the document

Option → Move the cursor to the end of the next word

Option ← Move the cursor to the beginning of the previous word

Control A Move to the beginning of a line or paragraph

The above is the detailed content of MacOS Shortcut Key List. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:jianshu. If there is any infringement, please contact admin@php.cn delete
docker命令在哪里输入docker命令在哪里输入Apr 02, 2024 pm 10:09 PM

Docker 命令在终端窗口中输入,如 Linux 和 macOS 上的“终端”或 Windows 上的“命令提示符”。步骤包括:1. 打开终端窗口;2. 输入 Docker 命令(如 docker run);3. 按 Enter 执行命令。提示:可以使用 docker --help 获取帮助,某些命令需要 root 权限。

vscode怎么运行代码jsvscode怎么运行代码jsApr 03, 2024 am 01:51 AM

在 Visual Studio Code 中运行 JavaScript 代码有以下三种方法:运行选定代码块。使用调试器。使用命令行导航到脚本所在目录并运行 node filename.js。

macos是什么意思macos是什么意思Apr 02, 2024 pm 04:48 PM

macOS 是 Apple 专为 Mac 电脑设计的操作系统,由 Darwin、Aqua、Finder、Dock 等组件组成。它以其用户友好性、稳定性和强大的功能而著称,提供无缝集成和强大的安全功能,使其成为 Mac 用户的理想选择。

vscode是什么语言开发的vscode是什么语言开发的Apr 03, 2024 am 01:57 AM

VS Code 主要由以下语言开发:TypeScript:核心组件JavaScript:补充功能Electron:跨平台 GUIC++:性能相关功能支持多种其他语言(如 Python、Java、C#)

为什么python下载后不见了为什么python下载后不见了Apr 02, 2024 pm 06:51 PM

Python 下载后消失可能是由于:1. 安装路径不正确;2. 未添加到环境变量;3. 未正式安装;4. 防病毒软件干扰;5. 文件损坏;6. 下载不完整。

详解MAC中如何下载配置PHPMyAdmin详解MAC中如何下载配置PHPMyAdminFeb 01, 2023 am 11:01 AM

本篇文章给大家带来了关于PHPMyAdmin的相关知识,其中主要介绍了如何在MAC下配置PHPMyAdmin,下面一起来看一下,希望对大家有帮助。

访问网站出现nginx怎么解决访问网站出现nginx怎么解决Apr 02, 2024 pm 08:39 PM

访问网站出现 nginx,原因可能是:服务器维护、服务器繁忙、浏览器缓存、DNS 问题、防火墙阻止、网站错误配置、网络连接问题或网站已关闭。尝试以下解决方案:等待维护结束、非高峰时段访问、清除浏览器缓存、刷新 DNS 缓存、禁用防火墙或防病毒软件、联系网站管理员、检查网络连接或使用搜索引擎或 Web 存档查找其他网站副本。如果问题仍然存在,请与网站管理员联系。

vscode怎么转中文vscode怎么转中文Apr 03, 2024 am 02:39 AM

在 Visual Studio Code 中将界面切换为中文的方法:打开设置菜单(Ctrl + , 或 Command + ,)搜索“语言”设置将“显示语言”更改为“简体中文”或“繁体中文”重新启动 VSCode界面将切换为中文

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)