]> git.lyx.org Git - features.git/commitdiff
Add MS Word's "Track changes" shortcut
authorJohn Levon <levon@movementarian.org>
Thu, 27 Mar 2003 18:36:38 +0000 (18:36 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 27 Mar 2003 18:36:38 +0000 (18:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6599 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/bind/cua.bind

index cd3c5691cc957542454ef73f89bc9edfaff9c770..cef7f9da618230e8de73affecb56174937b3ff0a 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-27  John Levon  <levon@movementarian.org>
+
+       * bind/cua.bind: add MS Word's "track changes" shortcut
+
 2003-03-24  John Levon  <levon@movementarian.org>
 
        * symbols: add bmod function
index d602b3e2c2f1486ffa7076080e7486d7640c0fcf..dacaddd582b0de4eb70af71b7998276b134e434a 100644 (file)
@@ -67,6 +67,7 @@
 \bind "C-z"                    "undo"
 \bind "C-S-Z"                  "redo"
 
+\bind "C-S-E"                  "track-changes"  # it's what MS Word uses
 \bind "~S-C-quotedbl"          "self-insert \""
 \bind "C-minus"                        "hyphenation-point-insert"
 \bind "M-S-Right"              "depth-increment"