It used to be Ctrl+= in Mathematica 7, but in Mathematica 8 instead of writing below this shortcut starts free-form input. The documentation at tutorial/KeyboardShortcutListing hasn't been updated. Which shortcut is now used for writing below?

link|improve this question

Not a valid SO question ! – roadRunner Mar 25 '11 at 14:03
@herbalessence which rule does it violate? – Max Mar 25 '11 at 14:07
Did you try <Enter>? – belisarius Mar 25 '11 at 17:17
@belisarius <Enter> is used to move to new line. Old Ctrl+= was used to write something under the symbol but on the same line. It's the opposite for Ctrl+7. – Max Mar 25 '11 at 17:49
1  
@herbalessence: This is an ongoing debate. Where should Mathematica frontend questions be asked? We recently added the [mathematica-frontend] tag to try to make these questions more clear. – Simon Mar 26 '11 at 0:17
show 1 more comment
feedback

1 Answer

up vote 6 down vote accepted

Below is Ctrl+4 (or $) now. You can find that information in the file

($InstallationDirectory)\SystemFiles\FrontEnd\TextResources\Windows\KeyEventTranslations.tr

(expand $InstallationDirectory in Mathematica to find this directory)

link|improve this answer
1  
I was about to answer the same. Note that the docs still mention erroneously Ctrl+= as below. See reference.wolfram.com/mathematica/ref/menuitem/Typesetting.html under "more info" – belisarius Mar 25 '11 at 18:26
Thank you for the hint about KeyEventTranslations.tr. It's very interesting to look through this file. – Max Mar 25 '11 at 18:39
@Max Take a look here stackoverflow.com/questions/4209405/… – belisarius Mar 26 '11 at 6:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.