From 4c2f3a09daa36e8eaee2b8dd340909226ec76e6b Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 27 Mar 2003 18:36:38 +0000 Subject: [PATCH] Add MS Word's "Track changes" shortcut git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6599 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/bind/cua.bind | 1 + 2 files changed, 5 insertions(+) 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" -- 2.39.2