rgheck <[email protected]> writes: > Philippe Grosjean wrote: >> This solves my problem with respect of line feed. However, I cannot >> tab/backtab in this environment. LyX says "command disabled" when I >> try tab-insert or tab-delete commands. >> >> How can I activate these commands in my layout, as it is in listings? >> > Without altering the source code, you can't. LFUN_TAB_INSERT currently > only works with listings. You might be able to redo the bindings so > that the tab key would insert a tab, perhaps via unicode-insert and > then the tab character, but I'm not sure.
This probably that this code should be made more generic and usable in custom insets... I am not sure how difficult this would be. JMarc
