mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
86a656c8e3
commit
24f5fcbcf6
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user