mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fixed missing reference-back conversions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1452 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a766b722d
commit
5b738bf81a
@ -1,3 +1,9 @@
|
||||
2001-02-07 Allan Rae <rae@lyx.org>
|
||||
|
||||
* bind/emacs.bind:
|
||||
* bind/xemacs.bind: Someone forgot to do the other bind files when they
|
||||
changed the reference-back into a bookmark-goto. naughty naughty.
|
||||
|
||||
2001-02-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop
|
||||
|
@ -142,7 +142,7 @@
|
||||
\bind "End" "buffer-end"
|
||||
|
||||
\bind "C-~S-greater" "reference-goto"
|
||||
\bind "C-~S-less" "reference-back"
|
||||
\bind "C-~S-less" "bookmark-goto 0"
|
||||
|
||||
|
||||
# The below are xemacs bindings
|
||||
|
@ -157,7 +157,7 @@
|
||||
\bind "Tab" "depth-next"
|
||||
|
||||
\bind "C-~S-greater" "reference-goto"
|
||||
\bind "C-~S-less" "reference-back"
|
||||
\bind "C-~S-less" "bookmark-goto 0"
|
||||
|
||||
#
|
||||
# Motion + select group
|
||||
|
Loading…
Reference in New Issue
Block a user