add a couple of emacs bindings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5379 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-10-11 09:37:39 +00:00
parent 5237d4f975
commit 540fb6484a
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-10-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* bind/emacs.bind: add bindings for M-< and M->
2002-09-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* configure.m4: add a test for eps2eps. Add converters for

View File

@ -139,6 +139,8 @@
\bind "C-Down" "paragraph-down"
\bind "Home" "buffer-begin"
\bind "End" "buffer-end"
\bind "M-~S-less" "buffer-begin"
\bind "M-~S-greater" "buffer-end"
\bind "C-~S-greater" "reference-goto"
\bind "C-~S-less" "bookmark-goto 0"

View File

@ -54,6 +54,8 @@ What's new
- when a viewer has not been found (set to "none"), remove the
corresponding View menu entry
- add bindings for M-< and M-> in emacs mode
- fix handling of word-related cursor movement functions in math editor
- fix placement of cursor with mouse in presence of hfills