Just wondering if I can create a custom shortcut key to change the font color of the notebook text.
I've created a custom shortcut (in dkyeventtransactions.tr) to bring up the font color dialog, as so...
Item[KeyEvent["q", Modifiers -> {Control}],
FrontEndExecute[FrontEndToken["FontColorDialog"]]]
but I'm hoping to create different shortcut keys to change the font directly to different colors, without using the font color selection dialog.
Comments
Post a Comment