https://github.com/anishlearnstocode/keyboard-shortcuts
My favorite keyboard shortcuts that I use on a regular basis and can't live without now.
https://github.com/anishlearnstocode/keyboard-shortcuts
chrome intellij jetbrains keyboard mac macos productivity shortcuts webstorm windows
Last synced: 7 months ago
JSON representation
My favorite keyboard shortcuts that I use on a regular basis and can't live without now.
- Host: GitHub
- URL: https://github.com/anishlearnstocode/keyboard-shortcuts
- Owner: anishLearnsToCode
- License: mit
- Created: 2022-05-10T15:26:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T10:39:55.000Z (about 1 year ago)
- Last Synced: 2025-04-10T22:10:09.477Z (10 months ago)
- Topics: chrome, intellij, jetbrains, keyboard, mac, macos, productivity, shortcuts, webstorm, windows
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keyboard Shortcuts
[](https://github.com/anishLearnsToCode/must-have)
- [Windows](#windows)
- [MacOS](#mac)
## Windows
### 🖥 OS
- Switch Application: `Alt` + `Tab`
- Go to Desktop: `Win` + `D`
- Close Application: `Alt` + `F4`
- Create New Desktop: `Ctrl` + `Win` + `D`
- Toggle Between Multiple Desktops: `Ctrl` + `Win` + `←` / `→`
- Emoji Picker: `Win` + `.`
- Options Menu for any Application: `Alt` + `Enter`
- Rename File or Folder: `F2`
- Lock Screen: `Ctrl` + `L`
### 👩💻 JetBrains IDE's
- Code Folding: `Ctrl` + `.`
- Search Everywhere: `Ctrl` + `Shift` + `F`
- Search File Names: `Shift` * 2
- Search File: `Ctrl` + `F`
- Replace Text: `Ctrl` + `R`
- Run Current File: `Ctrl` + `Shift` + `F10`
### 🌐 Google Chrome
- Refresh: `Ctrl` + `R`
- New Tab: `Ctrl` + `T`
- Toggle Full screen: `F11`
### 📹 Zoom
- Toggle Audio: `Alt` + `A`
- Toggle Video: `Alt` + `V`
### Mattermost
- Search Channel Names: `Ctrl` + `K`
### Slack
- Search Channel Names: `Ctrl` + `K`
### WhatsApp
- Newline While Typing Message: `Ctrl` + `Shift` + `Enter`
- Emoji Picker: `colon :` + start typing
### Oracle PL/SQL
- Running a SQL query: `F8`
- Compiling a package: `F8`
## Mac
### 🖥 OS
- New Folder: `Cmd ⌘` + `Shift` + `N`
- Toggle Between Multiple Desktops: `Ctrl ^` + `←` / `→`
- Emoji Picker: `Ctrl ^` + `Cmd ⌘` + `Space`
- Lock Screen: `Ctrl ^` + `Cmd ⌘` + `Q`
- Show all hidden items in Finder: `Cmd ⌘` + `Shift` + `.`
- Lock computer: `Ctrl` + `Cmd ⌘` + `Q`
### 👩💻 JetBrains IDE's
- Code Folding: `Cmd ⌘` + `.`
- Search Everywhere: `Cmd ⌘` + `Shift` + `F`
- Search File Names: `Shift` * 2
- Search File: `Cmd ⌘` + `F`
- Replace Text: `Cmd ⌘` + `R`
- Run Current File: `Ctrl` + `R`
- Close Current Tab: `Cmd ⌘` + `W`
- Clipboard: `Cmd ⌘` + `Shift` + `V`
- Optimize Imports: `Ctrl ^` + `Option ⌥` + `O`
- Shjow hidden files: `Cmd ⌘` + `Shift` + `.`
### 🌐 Google Chrome
- Close Tab: `Cmd ⌘` + `W`
- Refresh: `Cmd ⌘` + `R`
- New Tab: `Cmd ⌘` + `T`
- Cycle Through Tabs: `Cmd ⌘` + `shift` + `[` `]`
### ✉️ Email
- Flag Email: `Cmd ⌘` + `shift` + `L`
### WhatsApp
- Emoji Picker: `colon :` + start typing
### PG Admin
- Run Query / Refersh: `F5`
### Slack
- Search Channel Names: `Cmd ⌘` + `K`
### VS Code
- Close Terminal Window: `Cmd ⌘` + `W`
### Bash
- Revesre searc: `Ctrl ^` + `R`