user-defined functions in KeyEventTranslations.tr
- To: mathgroup at smc.vnet.net
- Subject: [mg112218] user-defined functions in KeyEventTranslations.tr
- From: AlexG <alexander.gurfinkel at gmail.com>
- Date: Sun, 5 Sep 2010 05:27:28 -0400 (EDT)
Mathematica would be about 200% more useful if I could call my own functions from KeyEventTranslations.tr. Does anybody know a way of accomplishing this? On this board, examples of item entries in the file take this form: Item[KeyEvent["...", Modifiers -> {...}], FrontEndExecute[...] Is there any way to communicate with the Kernel through FrontEndExecute[] here? Thanks, All