MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: OS X Keybindings

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57698] Re: OS X Keybindings
  • From: "ragfield" <ragfield at gmail.com>
  • Date: Sat, 4 Jun 2005 03:04:47 -0400 (EDT)
  • References: <d7pb4v$t6u$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

These are the standard key bindings that all Mac text editors use.  If
you really want Windows-style key bindings for the "Home" and "End"
keys you can edit (after making a backup copy, of course)
/Applications/Mathematica
5.1.app/SystemFiles/FrontEnd/TextResources/Macintosh/KeyEventTranslations.tr,
changing the following two lines:

Item[KeyEvent["Home"], "ScrollNotebookStart"],
Item[KeyEvent["End"], "ScrollNotebookEnd"],

to:

Item[KeyEvent["Home"], "MoveLineBeginning"],
Item[KeyEvent["End"], "MoveLineEnd"],

alt-left and alt-right (where alt is the option key on Mac keyboards)
should work the way you describe by default (they certainly do for me).

-Rob


  • Prev by Date: Re: Axes origin for 3D Plots
  • Next by Date: Re: Constrained Optimization
  • Previous by thread: OS X Keybindings
  • Next by thread: Re: OS X Keybindings