mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Add bindings for bookmarks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1415 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8e47dbd26c
commit
54321452ea
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
2001-01-28 Dekel Tsur <dekelts@tau.ac.il>
|
2001-01-28 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
|
* bind/cua.bind: Add bindings for bookmarks.
|
||||||
|
|
||||||
* ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
|
* ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
|
||||||
|
|
||||||
2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
|
2001-01-27 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
@ -121,6 +121,13 @@
|
|||||||
\bind "C-Insert" "copy"
|
\bind "C-Insert" "copy"
|
||||||
\bind "S-Insert" "paste"
|
\bind "S-Insert" "paste"
|
||||||
\bind "S-Delete" "cut"
|
\bind "S-Delete" "cut"
|
||||||
|
\bind "C-1" "bookmark-goto 1"
|
||||||
|
\bind "C-2" "bookmark-goto 2"
|
||||||
|
\bind "C-3" "bookmark-goto 3"
|
||||||
|
\bind "C-S-exclam" "bookmark-save 1"
|
||||||
|
\bind "C-S-at" "bookmark-save 2"
|
||||||
|
\bind "C-S-numbersign" "bookmark-save 3"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Edit group
|
# Edit group
|
||||||
|
Loading…
Reference in New Issue
Block a user