mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
*** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6466 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b4f4f487d1
commit
3a0cf18603
@ -168,6 +168,7 @@ void LyXAction::init()
|
||||
N_("Choose Paragraph Environment"), ReadOnly },
|
||||
{ LFUN_END_OF_SENTENCE, "end-of-sentence-period-insert",
|
||||
N_("Insert end of sentence period"), Noop },
|
||||
{ LFUN_ENVIRONMENT_INSERT, "environment-insert", "", Noop },
|
||||
{ LFUN_GOTOERROR, "error-next",
|
||||
N_("Go to next error"), ReadOnly },
|
||||
{ LFUN_REMOVEERRORS, "error-remove-all",
|
||||
|
@ -124,6 +124,7 @@ enum kb_action {
|
||||
LFUN_NOTIFY,
|
||||
LFUN_GOTOFILEROW, // Edmar 12/23/98
|
||||
LFUN_INSERT_NOTE,
|
||||
LFUN_ENVIRONMENT_INSERT,
|
||||
LFUN_KMAP_OFF,
|
||||
LFUN_KMAP_PRIM,
|
||||
LFUN_KMAP_SEC,
|
||||
|
Loading…
Reference in New Issue
Block a user