UI

Clickable scripts

Name them ”something.command”. They will be executed in a Terminal.

Dock

Set the dock in the lower left corner with:

defaults write com.apple.dock pinning end

and set unscaled icons [option+drag the divider].

Keyboard

Keybindings

Misc Keys

Eject

  • command-shift-3: Full Screenshot
  • command-shift-4: Region Screenshot
  • ctrl-shift-eject: Turn off (blank) display
  • option-command-eject: Sleep
  • ctrl-command-eject: Restart
  • ctrl-option-command-eject: Shutdown

Dead keys (accents) - Italian keyboard

  • option-8: áéí…
  • option-9: àèì…
  • option-ì: âêî…
  • option-u: äëï…
  • option-n: ãõñ…

Global environment variables

To define an environment variable for an user (loaded at login, and not only in a shell) add it in

 ~/.MacOSX/environment.plist

See http://developer.apple.com/qa/qa2001/qa1067.html for details

Locales

If you want to use Os X in English but keeping a national (i.e. European) format for dates, time and value you cannot do a sensible configuration via System Preference (unless selecting Custom as a Region and fiddling way too much with the settings).

An easy solution is to set your locale via terminal. If, for example, you want to use English but using Italian formats you can issue:

$ defaults write -g AppleLocale 'en_IT'
apple/ui.txt · Last modified: 2010/08/24 13:27 by ap
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki