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:
Dekel Tsur 2001-01-28 22:00:47 +00:00
parent 8e47dbd26c
commit 54321452ea
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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