]> git.lyx.org Git - lyx.git/commitdiff
fix bindings for quote insertion
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 25 Oct 2005 08:39:15 +0000 (08:39 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 25 Oct 2005 08:39:15 +0000 (08:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10571 a592a061-630c-0410-9148-cb99ea01b6c8

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

index 79e080b92f79e3493d1a244c9db17f73bbc344fe..9c0f561f470cfb012d8661eb86037f13bc753faf 100644 (file)
@@ -1,3 +1,11 @@
+2005-10-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * bind/cua.bind: 
+       * bind/emacs.bind: 
+       * bind/mac.bind: 
+       * bind/xemacs.bind: fix bindings for inserting single quotes and 
+       `"' character. 
+
 2005-10-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * scripts/layout2layout.py: fix line ending removal
index 43d4fa7190dac490e7370edd579c4a431740ae4a..8cc464a13d5eb31a3e7b0a22161697af4f1fb77d 100644 (file)
@@ -76,8 +76,8 @@
 \bind "C-S-Z"                  "redo"
 
 \bind "C-S-E"                  "track-changes"  # it's what MS Word uses
-\bind "~S-C-quotedbl"          "quote-insert single"
-\bind "M-S-quotedbl"           "self-insert \""
+\bind "~S-M-quotedbl"          "quote-insert single"
+\bind "~S-C-quotedbl"          "self-insert \""
 \bind "C-minus"                        "hyphenation-point-insert"
 \bind "M-S-Right"              "depth-increment"
 \bind "M-S-Left"               "depth-decrement"
index c9a0e18225e3282ba80dea08d2888247acf766f2..b0e6fc99f93b3ee289f16f3c5d1cf9f95f9c1756 100644 (file)
@@ -69,8 +69,8 @@
 \bind "C-~S-slash"             "undo"
 \bind "C-~S-underscore"        "undo"
 
-\bind "~S-C-quotedbl"           "quote-insert single"
-\bind "~S-M-quotedbl"           "self-insert \""
+\bind "~S-M-quotedbl"          "quote-insert single"
+\bind "~S-C-quotedbl"          "self-insert \""
 
 \bind "C-x a"                  "buffer-auto-save"
 #\bind "C-x b"                 "buffer-previous"
index 4e5858f5f79e390ab4c080b2258ee7568f9c8731..16f015e357513a93be23386f5484521b1af0e066 100644 (file)
@@ -65,8 +65,8 @@
 \bind "C-S-Z"                  "redo"
 
 \bind "C-S-E"                  "track-changes"  # it's what MS Word uses
-\bind "~S-C-quotedbl"          "quote-insert single"
-\bind "M-S-quotedbl"           "self-insert \""
+\bind "~S-M-quotedbl"          "quote-insert single"
+\bind "~S-C-quotedbl"          "self-insert \""
 \bind "C-minus"                        "hyphenation-point-insert"
 \bind "M-C-Right"              "depth-increment"
 \bind "M-C-Left"               "depth-decrement"
index 5f14326ace194652a8f072487147ae701ba1826e..b20d1c2421e51011dabae4936eb4b6de0af6a8b2 100644 (file)
@@ -73,8 +73,8 @@
 \bind "C-~S-slash"             "undo"
 \bind "C-~S-underscore"        "undo"
 
-\bind "~S-C-quotedbl"           "quote-insert single"
-\bind "~S-M-quotedbl"           "self-insert \""
+\bind "~S-M-quotedbl"          "quote-insert single"
+\bind "~S-C-quotedbl"          "self-insert \""
 
 \bind "C-x a"                  "buffer-auto-save"
 # not currently supported