]> git.lyx.org Git - lyx.git/commitdiff
Fix key bindings for math space (#8974)
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 15 Feb 2014 09:02:44 +0000 (10:02 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 15 Feb 2014 09:02:44 +0000 (10:02 +0100)
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/sciword.bind
lib/bind/xemacs.bind

index 5800628d969e0a321469c767afe9c1e715e16f1a..60b6f9cf112229b294012647abcf8322f3b4f04b 100644 (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"
index 65fa6b5fb39169b2746754da959c0cee77889fe9..818c1a2ceaab726feb296ffea19c6174820a4653 100644 (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"
index 170d2b21337e72145a863d0d24a4068bea8db309..7854b452ce497ded07bb5a13a4a5f9e1652aa8a0 100644 (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"
index 091eab468a1e1ed5bac80b8410557ede38581a6a..1f0b32985b6fa3f2191b24d64f322678e7579f64 100644 (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"
index 569eba346ff4529a8e00188ba2c864f25a21e022..898342abd94ca6c483936f7f00ba6fcb6a3a00de 100644 (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"