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:
Pavel Sanda 2010-10-17 17:49:21 +00:00
parent 26fd6d51f1
commit 5544800152
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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