From: John Levon Date: Thu, 27 Mar 2003 18:36:38 +0000 (+0000) Subject: Add MS Word's "Track changes" shortcut X-Git-Tag: 1.6.10~17154 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4c2f3a09daa36e8eaee2b8dd340909226ec76e6b;p=features.git Add MS Word's "Track changes" shortcut git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6599 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index cd3c5691cc..cef7f9da61 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-03-27 John Levon + + * bind/cua.bind: add MS Word's "track changes" shortcut + 2003-03-24 John Levon * symbols: add bmod function diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index d602b3e2c2..dacaddd582 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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"