mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix key bindings for math space (#8974)
This commit is contained in:
parent
deeec7d4e1
commit
ea8248fc13
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user