The Quality Without A Name

2009/02/14

Option-⌦ in Mathematica

Filed under: Uncategorized — mayoff @ 2:31 am

Option-⌦ (that’s option-forward-delete) is the standard Mac key sequence for deleting the word to the right of the text cursor.  For some reason, Mathematica doesn’t understand that by default.

To correct this problem, edit this file:

/Applications/Mathematica.app/SystemFiles/FrontEnd/TextResources/Macintosh/KeyEventTranslations.tr

Find the line that contains the word “ForwardDelete”, and add this line after it:

Item[KeyEvent["ForwardDelete", Modifiers->{Option}], "DeleteNextWord"],

Of course you might want to make a backup of KeyEventTranslations.tr first.


Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.