-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c26e77d
commit 59ef8ea
Showing
5 changed files
with
93 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# macOS Shortcuts | ||
|
||
Here are some useful macOS shortcuts to help you work more efficiently. | ||
|
||
## General | ||
|
||
- **⌥ + clicking items in the menu bar**: Show hidden settings. | ||
- **⌥ + clicking the Notification Center icon**: Turn on Do Not Disturb mode quickly. | ||
- **⌘ + ⌥ + D**: Hide or show the Dock. | ||
- **⌃ + ⌘ + Q**: Immediately lock your screen. | ||
- **⌘ + ⌥ + W**: Close all windows of the app currently in use without quitting the app. | ||
- **⌘ + ⌃ + ⌥ + ⏏ (or Power button)**: Quit all apps and shut down your Mac immediately without a confirmation dialog. | ||
- **⌘ + ⇧ + G (when in Finder or in the Open/Save dialog)**: Go to a specific folder. | ||
- **⌘ + ⌥ + V**: Move the copied files (Cut-Paste) instead of just copying them. | ||
- **⌘ + ⌥ + I**: Show the Inspector window, a single, live updating info window in Finder. | ||
- **⌘ + ⌃ + Space**: Open the Character Viewer to insert emojis, symbols, and other special characters. | ||
- **⌘ + ⇧ + /**: Open the Help menu in any application and immediately type to search. | ||
- **⌘ + ⌥ + Esc**: Force quit an unresponsive application. | ||
- **⌘ + ⇧ + .**: Toggle hidden files in Finder. | ||
- **⌘ + ⌥ + ⇧ + V**: Paste and match the style of the destination text (useful in word processors or email clients). | ||
- **⌘ + ⇧ + ⌥ + N**: Create a new folder with selected items in the Finder. | ||
- **⌘ + 1 / 2 / 3 / 4**: Change Finder views (Icon, List, Column, and Gallery View respectively). | ||
- **⌘ + ⌥ + S**: Show/hide the Sidebar in Finder windows. | ||
- **⌘ + ⌃ + F**: Enter or exit Full Screen mode in compatible apps. | ||
- **⌥ + Brightness/Volume keys**: Open Display preferences or Sound preferences directly. | ||
- **⌘ + ⇧ + U**: Open the Utilities folder within Finder. | ||
- **⌃ + ⌘ + Space (while in a text field)**: Show the emoji & symbols picker. | ||
|
||
## Google Chrome | ||
|
||
- [Search Shortcuts](nice_to_have/google_chrome_shortcuts.md): Set up search shortcuts for your most visited pages. | ||
- **⌘ + ⌥ + I**: Open Developer Tools. | ||
- **⌘ + ⌥ + J**: Open the JavaScript Console. | ||
- **⌘ + ⌥ + U**: View the source code of the current page. | ||
- **⌘ + ⇧ + D**: Bookmark all open tabs into a new bookmarks folder. Great for saving your current session for later. | ||
- **⌘ + ⌥ + → (or ←)**: Jump to the next (or previous) open tab. Efficient for navigating through tabs without using your mouse. | ||
- **⌘ + ⇧ + J**: Open the Downloads page in a new tab. Quickly access downloaded files. | ||
- **⌘ + ⇧ + N**: Open a new window in Incognito mode. Good for private browsing sessions. | ||
- **⌘ + Click on a link**: Open the link in a new tab in the background. Allows for efficient browsing without losing current page context. | ||
- **⌘ + ⇧ + Click on a link**: Open the link in a new tab and switch to it immediately. | ||
- **⌘ + ⌥ + Click on a link**: Open the link in a new tab on the right of the current tab. | ||
- **⌘ + ⇧ + T**: Reopen the last closed tab. Handy for when you accidentally close a tab. | ||
- **⌘ + 0**: Reset zoom level to default. Quickly return to the standard view. | ||
- **⌘ + ⇧ + Delete**: Open the Clear Browsing Data options. Quickly clear your browsing history, cookies, cache, etc. | ||
- **⌃ + Tab or ⌃ + ⇧ + Tab**: Cycle through tabs in the order they were opened. | ||
- **⌘ + L**: Highlight the URL in the address bar. Makes it easy to type a new URL or copy the current one. | ||
- **⌘ + ⌥ + F**: Move your cursor to the search box. Start a Google search without going to the Google homepage. | ||
- **⌘ + ⇧ + R**: Reload your current page, ignoring cached content. Useful for developers or when updating content doesn't seem to appear. | ||
- **⌘ + P**: Print the current page. For when you need a physical copy of a webpage. | ||
- **⌘ + F**: Open the find bar to search for text within the current page. Helps locate specific information on a webpage quickly. |