On Sat, Jul 31, 2004 at 10:53:56AM +0200, Gunnar G wrote: > Hello. > I would like to create shortcuts for \left(, \right}, etc. when I'm writing > in math mode. > CTRL+7, CTRL+8, etc. would be great for this. > How can I do this?
LyX does not allow you to enter ('vissually')unbalanced left-right pairs in mathed (which makes a bit of sense as LaTeX would produce an error otherwise anyway). So best you can hope for is to have a shortcut to enter a \left(...\right) pair as a unit. The internal command for that is "math-delim ( )", so \bind C-7 "math-delim ( )" should do the trick. Andre'