update to reflect the new menu structure

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14582 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-08-08 21:44:42 +00:00
parent 86a656c8e3
commit 24f5fcbcf6
3 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,7 @@
\bind "C-x bracketleft" "screen-up"
\bind "C-x bracketright" "screen-down"
\bind "C-x C-a" "buffer-auto-save"
\bind "C-x C-b" "menu-open documents"
\bind "C-x C-b" "menu-open view"
\bind "C-x C-c" "lyx-quit"
\bind "C-x C-d" "buffer-new"
\bind "C-x C-f" "file-open"

View File

@ -98,7 +98,7 @@
\bind "C-x bracketright" "screen-down"
\bind "C-x quoteleft" "error-next"
\bind "C-x C-a" "buffer-auto-save"
\bind "C-x C-b" "menu-open documents" # list all buffers
\bind "C-x C-b" "menu-open view" # list all buffers
\bind "C-x C-c" "lyx-quit"
\bind "C-x C-d" "buffer-new"
\bind "C-x C-f" "file-open"

View File

@ -49,6 +49,8 @@ What's new
- Handle the Meta keyboard modifier as Alt (Qt only).
- Fix the C-x C-b binding in emacs mode (bug 2747).
* Build/installation:
- Fix 'check' make target for systems which do not have /bin/bash (bug 2524).