Skip to content

Instantly share code, notes, and snippets.

View oguzoldev's full-sized avatar
🌎
Working from earth

oguz ol oguzoldev

🌎
Working from earth
View GitHub Profile

Full Keyboard Access

Enable Tab in modal dialogs.

# Full Keyboard Access OFF and Text boxes and lists only
defaults write NSGlobalDomain AppleKeyboardUIMode -int 0

# Full Keyboard Access ON and Text boxes and lists only
defaults write NSGlobalDomain AppleKeyboardUIMode -int 1

# Full Keyboard Access OFF and All controls

How to convert h264 file to m4v file

Installing ffmpeg on Mac OS X

Using Homebrew

The simplest way to install ffmpeg on Mac OS X is with Homebrew.

Once you have Homebrew installed install ffmpeg from the Terminal with the following: