The fraction shortcut is not working.
Any change in my file KeyEventTranslations.tr in my directory /usr/local/Wolfram/Mathematica/10.3/SystemFiles/FrontEnd/TextResources/X gets ignored.
How to (possibly) reproduce it:
Go to
FileNameJoin[ {$InstallationDirectory, "/SystemFiles/FrontEnd/TextResources/X/KeyEventTranslations.tr"}]Do ANY change and save the file. For example: Make a
"in the beginning of the file or changeItem[KeyEvent["Up"], "MovePreviousLine"], Item[KeyEvent["KP_Up"], "MovePreviousLine"], Item[KeyEvent["Down"], "MoveNextLine"], Item[KeyEvent["KP_Down"], "MoveNextLine"],to
Item[KeyEvent["Up"], "MoveNextLine"], Item[KeyEvent["KP_Up"], "MoveNextLine"], Item[KeyEvent["Down"], "MovePreviousLine"], Item[KeyEvent["KP_Down"], "MovePreviousLine"],Open Mathematica 10.3 and see if anything changed.
In my case nothing changes. There is no reaction to any change I do.
I'm using Mathematica 10.3 on Ubuntu 14.04.3 LTS and this file of KeyEventTranslations.tr is the only one on my harddrive.
How can that be and what can I do to make it work?
"Up"/"Down"keys? I highly doubt that you claim that Mathematica does not react to any change is correct. I certainly know you can customize the keybindings, also in version 10.3. I can confirm the issue with the cursor keys though. – sebhofer Dec 04 '15 at 18:32