iegik
11/25/2017 - 4:21 PM

Keyboard shortcut

  • === Option
  • === Command or CMD
  • === Escape or ESC
  • === Shift
  • === Caps Lock or CpsLck

⌘ + ` - Switch between same app windows

⌘ + ⇧ + . - Show hidden files

fn + ⇧ + Up - PgUp

fn + ⇧ + Dwn - PgDwn

⌘ + ⇧ + G - Open GoTo dialog

⌘ + Control + Q - Lock

Show path in Title:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES && killall Finder

Alt + space -> m - Move an Open Window with the Keyboard

Why Mac was shutting down?

log show --predicate 'eventMessage contains "Previous shutdown cause"' --last 24h

https://georgegarside.com/blog/macos/shutdown-causes/

Get battery status:

system_profiler SPPowerDataType | grep -i "charge information" -A 10

Replacing battery

disable your Mac's Auto Boot feature

sudo nvram AutoBoot=%00
sudo nvram AutoBoot=%03

https://www.ifixit.com/