mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
sciword binding tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4583 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6e7489ac47
commit
2e53e6f131
@ -1,3 +1,7 @@
|
||||
2002-07-10 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* bind/sciword.bind: disable M-x c to allow M-x
|
||||
|
||||
2002-07-03 Vitaly Lipatov <LAV@VL3143.spb.edu>
|
||||
|
||||
* languages: add support for belarusian and kazakh
|
||||
|
@ -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 <winitzki@yahoo.com>)
|
||||
# \bind "M-x c" "screen-recenter"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
|
||||
\bind "M-x c" "screen-recenter"
|
||||
|
||||
\bind_file latinkeys.bind
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user