I'm editing a very long text in a Mathematica notebook and I'm using the "Article" stylesheet. In this text, code is highlighted using
Style[codeToHighlight, FontFamily -> "Arial", FontSlant -> Italic]
or Format -> Font -> ... after selecting it.
I want to define a "Ctrl + 0" keyboard shortcut to make selected a portion of text cell appear in Arial + Italic Style.
I'm re-reading this post and trying to make sense of what should I put into MenuSetup.tr, but I'm not sure if it's the right approach.
Shortcuts`package: 34159 – Kuba Nov 17 '15 at 21:37