From c58b71d337331880212e0b8c1fe573682aff26e5 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 22 May 2003 21:05:53 +0000 Subject: [PATCH] fix space insert git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7011 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/bind/cua.bind | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index ae820bdb7b..bf835318ee 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 John Levon + + * bind/cua.bind: fix space insert + 2003-05-21 José Matos * lyx2lyx/lyxconvert_221.py: convert \SpecialChar ~ diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index b6d018a083..86cfe40d42 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -69,7 +69,7 @@ \bind "C-minus" "hyphenation-point-insert" \bind "M-S-Right" "depth-increment" \bind "M-S-Left" "depth-decrement" -\bind "C-S-space" "protected-space-insert" +\bind "C-S-space" "space-insert protected" \bind "C-S-L" "ligature-break-insert" \bind "C-l" "ert-insert" # 'l' for LaTeX -- 2.39.5