mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix #6885. Alt+x shortcuts should be preserved for menus.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
26fd6d51f1
commit
5544800152
@ -116,7 +116,7 @@
|
||||
\bind "S-F7" "thesaurus-entry"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
\bind "M-o" "dialog-show toc"
|
||||
\bind "C-M-o" "dialog-show toc"
|
||||
|
||||
\bind "F11" "ui-toggle fullscreen"
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
||||
#bind "F10" "------"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
\bind "M-o" "dialog-show toc"
|
||||
\bind "C-M-o" "dialog-show toc"
|
||||
|
||||
\bind "M-equal" "buffer-zoom-in"
|
||||
\bind "M-plus" "buffer-zoom-in"
|
||||
|
@ -101,7 +101,7 @@
|
||||
\bind "S-F7" "thesaurus-entry"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
\bind "M-o" "dialog-show toc"
|
||||
\bind "C-M-o" "dialog-show toc"
|
||||
|
||||
\bind "C-plus" "buffer-zoom-in"
|
||||
\bind "C-minus" "buffer-zoom-out"
|
||||
|
Loading…
Reference in New Issue
Block a user