From 2e53e6f131a66c6e730f26e2d48a589c3176fd72 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 10 Jul 2002 09:54:36 +0000 Subject: [PATCH] sciword binding tweak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4583 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/bind/sciword.bind | 9 ++++++--- status.12x | 2 ++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index dfd123055e..0ead348b78 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-07-10 John Levon + + * bind/sciword.bind: disable M-x c to allow M-x + 2002-07-03 Vitaly Lipatov * languages: add support for belarusian and kazakh diff --git a/lib/bind/sciword.bind b/lib/bind/sciword.bind index e201ec7d37..318ec43170 100644 --- a/lib/bind/sciword.bind +++ b/lib/bind/sciword.bind @@ -457,12 +457,15 @@ \bind "M-k t" "keymap-toggle" \bind "M-k x" "keymap-off" - - # # Misc menu # + +# this clashes with M-x so we can't use it. M-x is more +# important (reported by Serge Winitzki ) +# \bind "M-x c" "screen-recenter" + +\bind "M-x" "command-execute" -\bind "M-x c" "screen-recenter" \bind_file latinkeys.bind diff --git a/status.12x b/status.12x index d17b080c60..194ece15ed 100644 --- a/status.12x +++ b/status.12x @@ -92,6 +92,8 @@ What's new - fix key bindings for super/subscripts in maths +- fix access to minibuffer via M-x for sciword bindings + - fix menu feedback for alignat, xalignat and xxalignat environments - fix translation of "reset" and "no change" in language combobox