On Sat, Oct 12, 2002 at 01:49:48PM -0400, Paul Tremblay wrote: > Thanks. This works really nice. How did you know that > "paragraph-up_select" was a valid action? I couldn't find it in the > referecen manual.
The trick is to look at src/LyXAction.C. There are 300+ functions, a big part of which are undocumented... I understand thati this is a well hidden place for an ordinary user. The brute force way to get the list in this case is: strings /usr/bin/lyx | grep -- - | less, /accent<RETURN> Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)
