-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Mac OS Keyboard Shortcuts
44 lines (39 loc) · 2.14 KB
/
Mac OS Keyboard Shortcuts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# These are a few Keyboard shortcuts and Terminal Hacks I use with hackintosh.
Mac Tips 💡
- [ ] Windows + H - Hide App
- [ ] Windows + Shift + 5 - Screenshot
- [ ] Windows + Tab - Switch between apps
- [ ] Windows + Shift + Tab - Switch between apps in reverse Order
- [ ] Windows + ~ - Switch Between Windows of Same Apps ( like Terminal Windows, Browser Windows etc... )
- [ ] Ctrl + Windows + Q - Lock Device
- [ ] Shift + Windows + Q - Logout Device
- [ ] Shift + Ctrl + Windows + 4 - Screenshot saves to clipboard
- [ ] Alt + Windows + H - Hides inactive windows
- [ ] Shift + Windows + 3 - Fullscreen Screenshot
- [ ] Shift + Windows + 4 - Select portion screenshot
- [ ] Windows + M - Minimize Window
- [ ] Alt + Drag a file - Copies the file(not move)
In Browser 💎
- [ ] Windows + Shift + ] - Next Tab
- [ ] Windows + Shift + [ - Previous Tab
- [ ] Windows + W - Close Tab
- [ ] Windows + T - Open New Tab
- [ ] Windows + O - Open a file (also available in any Application)
- [ ] Windows + R - Refresh
- [ ] Shift + Windows + T - Reopen closed window
- [ ] Ctrl + Windows + Q - Lock Device
- [ ] Shift + Windows + Q - Logout device
- [ ] Windows + Shift + G - Go to Folder ( Eg:~/Library/Safari)
- [ ] Windows + Space - Spotlight Search
- [ ] Three Finger Swipe (Trackpad ) - Move a window
- [ ] Windows + . - Cancel the dialog box
- [ ] Windows + Ctrl + Space - Emoji Picker 😇
- [ ] Windows + Q - Close Apps Instantly
Terminal Hacks 💻
- [ ] caffeinate - Caffeine Mode as in Android
- [ ] sudo nvram StartupOnMute=%00 (Plays startup sound)
- [ ] %01 - Mute StartUp sound
- [ ] defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 7 ( change value to any day you want like 1(check for update every day,14…) - Check for Updates Interval Update
- [ ] defaults write com.apple.screencapture type JPG - Screenshot format ( can change JPG to : PNG, TIFF, PDF)
- [ ] Encrypt and Lock a file: zip -e [name of output file/folder].zip [location of file/folder-folder must be compressed to a zip, the file to be dragged to terminal]
- [ ] Screen Capture Disable Shadow - defaults write com.apple.screencapture disable-shadow -bool TRUE; killall SystemUIServer