]> git.lyx.org Git - features.git/commitdiff
revive Ctrl-space in mathed.
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 10 Sep 2011 05:35:54 +0000 (05:35 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 10 Sep 2011 05:35:54 +0000 (05:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39649 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/xemacs.bind

index 7487c08a2e91122e1822c7fe7771a90e016fea7b..f224af6f8b3b5cf42943e290276bb106741a7f55 100644 (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"
index d552c15fca10fdfdd56d0f2d6be5088dcc71c674..125ffbce8752e4fbea100a01195cd5e1d7bf8e94 100644 (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"
index 4c59a0cb09db04885c5a9a82b3c82803e181df91..2461a23decc685722806aa7e6070e8513d4fcdac 100644 (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"
index 97551aec5437b7cb638b088e0f266fde12cc4cc6..47459464c67927bd95c2829cc4b4b34940bd6b4f 100644 (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"