mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
s/reference-goto/label-goto/ by Michael
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9927 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5aaf902724
commit
7e41f0b392
@ -3,6 +3,11 @@
|
|||||||
* ui/classic.ui:
|
* ui/classic.ui:
|
||||||
* ui/stdmenus.ui: fix shortcut for Cross-reference
|
* ui/stdmenus.ui: fix shortcut for Cross-reference
|
||||||
|
|
||||||
|
2005-05-08 Michael Schmitt <michael.schmitt@teststep.org>
|
||||||
|
|
||||||
|
* bind/*.bind
|
||||||
|
* doc/*Customization: change "reference-goto" to "label-goto"
|
||||||
|
|
||||||
2005-05-08 Angus Leeming <leeming@lyx.org>
|
2005-05-08 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* scripts/lyxpreview2bitmap.py:
|
* scripts/lyxpreview2bitmap.py:
|
||||||
|
@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
\bind "M-~S-n e" "error-next"
|
\bind "M-~S-n e" "error-next"
|
||||||
\bind "M-~S-n n" "note-next"
|
\bind "M-~S-n n" "note-next"
|
||||||
\bind "M-~S-n r" "reference-goto"
|
\bind "M-~S-n r" "label-goto"
|
||||||
\bind "M-~S-n b s" "bookmark-save 1"
|
\bind "M-~S-n b s" "bookmark-save 1"
|
||||||
\bind "M-~S-n b 1" "bookmark-goto 1"
|
\bind "M-~S-n b 1" "bookmark-goto 1"
|
||||||
\bind "M-~S-n b 2" "bookmark-goto 2"
|
\bind "M-~S-n b 2" "bookmark-goto 2"
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
\bind "C-Home" "buffer-begin"
|
\bind "C-Home" "buffer-begin"
|
||||||
\bind "C-End" "buffer-end"
|
\bind "C-End" "buffer-end"
|
||||||
|
|
||||||
\bind "C-~S-greater" "reference-goto"
|
\bind "C-~S-greater" "label-goto"
|
||||||
\bind "C-~S-less" "bookmark-goto 0"
|
\bind "C-~S-less" "bookmark-goto 0"
|
||||||
|
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
\bind "M-~S-less" "buffer-begin"
|
\bind "M-~S-less" "buffer-begin"
|
||||||
\bind "M-~S-greater" "buffer-end"
|
\bind "M-~S-greater" "buffer-end"
|
||||||
|
|
||||||
\bind "C-~S-greater" "reference-goto"
|
\bind "C-~S-greater" "label-goto"
|
||||||
\bind "C-~S-less" "bookmark-goto 0"
|
\bind "C-~S-less" "bookmark-goto 0"
|
||||||
\bind "C-~S-1" "bookmark-goto 1"
|
\bind "C-~S-1" "bookmark-goto 1"
|
||||||
\bind "C-~S-2" "bookmark-goto 2"
|
\bind "C-~S-2" "bookmark-goto 2"
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
\bind "C-Right" "line-end"
|
\bind "C-Right" "line-end"
|
||||||
\bind "C-Left" "line-begin"
|
\bind "C-Left" "line-begin"
|
||||||
|
|
||||||
\bind "C-~S-greater" "reference-goto"
|
\bind "C-~S-greater" "label-goto"
|
||||||
\bind "C-~S-less" "bookmark-goto 0"
|
\bind "C-~S-less" "bookmark-goto 0"
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
# A bit like autoindent in c-mode
|
# A bit like autoindent in c-mode
|
||||||
\bind "Tab" "depth-increment"
|
\bind "Tab" "depth-increment"
|
||||||
|
|
||||||
\bind "C-~S-greater" "reference-goto"
|
\bind "C-~S-greater" "label-goto"
|
||||||
\bind "C-~S-less" "bookmark-goto 0"
|
\bind "C-~S-less" "bookmark-goto 0"
|
||||||
\bind "C-~S-1" "bookmark-goto 1"
|
\bind "C-~S-1" "bookmark-goto 1"
|
||||||
\bind "C-~S-2" "bookmark-goto 2"
|
\bind "C-~S-2" "bookmark-goto 2"
|
||||||
|
@ -12154,7 +12154,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout List
|
\layout List
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
@ -12697,7 +12697,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout List
|
\layout List
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
|
@ -15525,7 +15525,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout List
|
\layout List
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
@ -16068,7 +16068,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout List
|
\layout List
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
|
@ -10174,7 +10174,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout Labeling
|
\layout Labeling
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
@ -10719,7 +10719,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout Labeling
|
\layout Labeling
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
|
@ -11121,7 +11121,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout List
|
\layout List
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
@ -11664,7 +11664,7 @@ C-S-greater
|
|||||||
\family default
|
\family default
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
reference-goto
|
label-goto
|
||||||
\layout List
|
\layout List
|
||||||
\labelwidthstring 00.00.0000
|
\labelwidthstring 00.00.0000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user