An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Keyboard Shortcuts

[![cp](https://img.shields.io/badge/also%20see-Utility%20Tools-1f72ff.svg)](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`