Pavel Sanda <sanda <at> lyx.org> writes: > Alexander Tsyplakov wrote: > > Guenter Milde <milde <at> users.berlios.de> writes: > > > You can bind a key-combo to ert-insert "--- and so on... > > > > Putting > > ert-insert "--- > > of course since it was never meant to work, look at lyx functions manual. > what you need is command-sequence, ert-insert, self-insert...
Thank you. It helped: command-sequence ert-insert; self-insert "---; inset-toggle;
