Re: keyboard binding for font in math mode

2012-01-09 Thread Bob Alvarez
I found that these work. I suggest using these in the Math mode font toolbar since the current approach leaves the cursor outside the insert text box # insert in mathbf font or mathcal \bind "C-M-b""command-sequence math-insert \mathbf; char-backward" \bind "C-M-e""comm

Re: keyboard binding for font in math mode

2012-01-09 Thread Guenter Milde
On 2012-01-06, Bob Alvarez wrote: > I use multiple fonts in my equations and it is tedious to type for > example \mathcal every time I want to insert a character with that font. > So I wrote a keyboard binding that takes over the control-e in cua.bind > \bind "C-e""math-insert \mathc

keyboard binding for font in math mode

2012-01-06 Thread Bob Alvarez
I use multiple fonts in my equations and it is tedious to type for example \mathcal every time I want to insert a character with that font. So I wrote a keyboard binding that takes over the control-e in cua.bind \bind "C-e""math-insert \mathcal" This works OK but it leaves the curs