From 306cb190c8370b8252de17db086105e105a9be98 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Mon, 28 Feb 2011 16:12:59 +0000 Subject: [PATCH] #7292 LyX is able to transpose chars - add it to mac.bind git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37806 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/bind/mac.bind | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index 620811d8ce..4c59a0cb09 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -68,7 +68,8 @@ Format 1 \bind "M-o" "break-paragraph" # -: "Control-P" # Move up one line # used by menu.bind - layouts -# -: "Control-T" # Transpose the character behind the cursor and the character in front of the cursor +# +: "Control-T" # Transpose the character behind the cursor and the character in front of the cursor +\bind "M-t" "chars-transpose" # +: "Control-V" # Move down one page \bind "M-v" "scroll page up" # -: "Shift-Tab" # Navigate through controls in a reverse direction -- 2.39.2