mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
revive Ctrl-space in mathed.
No status enry needed (the shortcut was disabled after 2.0.1). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7b6e4cc44
commit
815ce7923a
@ -226,7 +226,7 @@ Format 1
|
||||
\bind "C-Return" "newline-insert newline"
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-k" "line-delete-forward"
|
||||
\bind "C-space" "space-insert protected"
|
||||
\bind "C-space" "command-alternatives space-insert protected ; math-space"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-M-space" "space-insert normal"
|
||||
\bind "S-C-space" "space-insert thin"
|
||||
|
@ -219,7 +219,7 @@ Format 1
|
||||
\bind "C-Return" "newline-insert newline"
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-S-L" "specialchar-insert ligature-break"
|
||||
\bind "C-space" "space-insert protected"
|
||||
\bind "C-space" "command-alternatives space-insert protected ; math-space"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-M-space" "space-insert normal"
|
||||
\bind "S-C-space" "space-insert thin"
|
||||
|
@ -345,7 +345,7 @@ Format 1
|
||||
\bind "M-Return" "break-paragraph inverse"
|
||||
\bind "C-Return" "newline-insert newline"
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "A-space" "space-insert protected"
|
||||
\bind "A-space" "command-alternatives space-insert protected ; math-space"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-A-space" "space-insert normal"
|
||||
\bind "S-A-space" "space-insert thin"
|
||||
|
@ -225,7 +225,7 @@ Format 1
|
||||
\bind "C-Return" "newline-insert newline"
|
||||
\bind "C-S-Return" "newline-insert linebreak"
|
||||
\bind "C-S-L" "specialchar-insert ligature-break"
|
||||
\bind "C-space" "space-insert protected"
|
||||
\bind "C-space" "command-alternatives space-insert protected ; math-space"
|
||||
\bind "nobreakspace" "space-insert protected"
|
||||
\bind "C-M-space" "space-insert normal"
|
||||
\bind "S-C-space" "space-insert thin"
|
||||
|
Loading…
Reference in New Issue
Block a user