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:
Jürgen Spitzmüller 2011-09-10 14:27:19 +00:00
parent a7b6e4cc44
commit 815ce7923a
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"