I am trying to add a command to not indent a paragraph in Lyx 1.4.4. I do this now by inserting ERT \noindent at the start of the paragraph
This works fine but it is tedious since I use this after (almost) every equation in my paper. So, I am trying to do this with a keyboard shortcut. I modified cua.bind to use one of the 'Free bindings', by inserting the following line in the file \bind "C-y" "command-sequence ert-insert; self-insert \noindent;" Now when I type control-y this mostly works but it leaves me in ert-insert mode. What commands can I use to: 1. get out of ert-insert mode to regular text insert mode 2. insert a space in the text after the ERT. TIA Bob