Como arreglar las teclas Inicio y Fin en Mac

Hay una cosa que no me gusta de OS X: el comportamiento de las teclas Inicio, Fin, Avanzar Página y Retroceder Página. Para tener el mismo comportamiento con estas teclas que en Windows o Linux, abre un editor de texto y escribe:

{
“\UF729″ = “moveToBeginningOfLine:”;
“$\UF729″ = “moveToBeginningOfLineAndModifySelection:”;
“\UF72B” = “moveToEndOfLine:”;
“$\UF72B” = “moveToEndOfLineAndModifySelection:”;
“\UF72C” = “pageUp:”;
“\UF72D” = “pageDown:”;
}

Guarda el fichero como DefaultKeyBinding.dict en el directorio ~/Library/KeyBindings y reinicia tu Mac.

Bookmark and Share

No Comments yet »

Suscripción RSS a los comentarios de esta entrada. TrackBack URI

Dejar un comentario

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds. Valid XHTML and CSS.