Keyboard Macros for Setting Region Styles
The following keyboard commands enable you to stylize regions, or to
change the style of the next characters you type:
- M-' M-i italic
- M-' M-b bold
- M-' M-^ superscript
- M-' M-! subscript
- M-' M-_ underline
- M-' M-t typewriter
- M-' M-+ bigger
- M-' M-- smaller
- M-' M-= center
- M-' M-< flushleft
- M-' M-> flushright
- M-' M-<TAB> leftindent
- M-' M-p Plainer
- M-' M-P Plainest
You can add key bindings yourself by adding lines to your
.ezinit file.
For example:
addkey "textview-insert-environment" "\033'q" textview textview inherit "quotation"
Will set the key binding for M-' q to set the
quotation style.
You can substitute the name of any valid ez style for
quotation, and you can set key bindings you like instead of
<ESC> ' q.