Le 21/07/2013 00:56, Steve Litt a écrit :
You know what I'd like to see? For starters, put Customize, Capitalize,
Uppercase, Lowercase, and Dissolve somewhere else, leaving only true
character styles on the Alt+E,S menu. Second, code the Alt+E,S menu so
typing a letter would move the highlight to the next character
style beginning with that letter. That would start to make applying
character styles a reflex that doesn't interfere with thought about
content. For extra credit, have a single hotkey bring up the floating
menu of character styles.
For the shortcut solution, I think you can do it by yourself: bind some
key to "menu-open charstyles", where the menu is defined as
Menu "charstyles"
CharStyles
Separator
Elements
End
For selecting by typing, we need something like a combox. However this
is not really adapted to _inserting_ something.
JMarc