Fix key bindings for math space (#8974)

This commit is contained in:
Juergen Spitzmueller 2014-02-15 10:02:44 +01:00
parent deeec7d4e1
commit ea8248fc13
5 changed files with 5 additions and 5 deletions

View File

@ -227,7 +227,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" "command-alternatives space-insert protected ; math-space"
\bind "C-space" "command-alternatives math-space ; space-insert protected"
\bind "nobreakspace" "space-insert protected"
\bind "C-M-space" "space-insert normal"
\bind "S-C-space" "space-insert thin"

View File

@ -227,7 +227,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" "command-alternatives space-insert protected ; math-space"
\bind "C-space" "command-alternatives math-space ; space-insert protected"
\bind "nobreakspace" "space-insert protected"
\bind "C-M-space" "space-insert normal"
\bind "S-C-space" "space-insert thin"

View File

@ -352,7 +352,7 @@ Format 1
\bind "M-Return" "paragraph-break inverse"
\bind "C-Return" "newline-insert newline"
\bind "C-S-Return" "newline-insert linebreak"
\bind "A-space" "command-alternatives space-insert protected ; math-space"
\bind "A-space" "command-alternatives math-space ; space-insert protected"
\bind "nobreakspace" "space-insert protected"
\bind "C-A-space" "space-insert normal"
\bind "S-A-space" "space-insert thin"

View File

@ -263,6 +263,6 @@ Format 1
\bind "C-M-c" "buffer-view"
# custom commands imported from cua.bind by Michael
\bind "C-space" "command-alternatives space-insert protected ; math-space"
\bind "C-space" "command-alternatives math-space ; space-insert protected"
\bind "C-Return" "newline-insert newline"
\bind "C-S-Return" "newline-insert linebreak"

View File

@ -228,7 +228,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" "command-alternatives space-insert protected ; math-space"
\bind "C-space" "command-alternatives math-space ; space-insert protected"
\bind "nobreakspace" "space-insert protected"
\bind "C-M-space" "space-insert normal"
\bind "S-C-space" "space-insert thin"