X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Faqua.bind;h=bea8b4763695a790d592a63c5ac74004911a7f7b;hb=9f0dd70ed377bb98d5ce8d0aa4755dc7e04bd55f;hp=f8c9280c6bca524cd5eccd2cc853cbf9a7e5e94b;hpb=420603311d8b2da697c1b48747729ff18b818d04;p=lyx.git diff --git a/lib/bind/aqua.bind b/lib/bind/aqua.bind index f8c9280c6b..bea8b47636 100644 --- a/lib/bind/aqua.bind +++ b/lib/bind/aqua.bind @@ -4,12 +4,17 @@ # are grabbed by the Qt/MacOSX library. # NB. These bindings use Option-Shift # +# An attempt to imitate Linux's ability to access the menus from +# the keyboard (albeit without the menus dropping down). +# # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced # with every new install of LyX and your changes will be lost. # Instead, customize a copy of this file placed in # ~/.lyx/bind/aqua.bind # +Format 4 + \bind "M-~S-i c" "citation-insert" \bind "M-~S-i f" "footnote-insert" \bind "M-~S-i u" "url-insert" @@ -32,11 +37,11 @@ \bind "M-~S-i s l" "newline-insert newline" \bind "M-~S-i s r" "newline-insert linebreak" \bind "M-~S-i s i" "specialchar-insert dots" -\bind "M-~S-i s e" "specialchar-insert end-of-sentence-period" +\bind "M-~S-i s e" "specialchar-insert end-of-sentence" \bind "M-~S-i s q" "self-insert \"" # FIXME: find a binding for single quotes -# \bind "M-~S-i s q" "quote-insert single" -\bind "M-~S-i s m" "menu-separator-insert" +# \bind "M-~S-i s q" "quote-insert inner" +\bind "M-~S-i s m" "specialchar-insert menu-separator" \bind "M-~S-i h i" "math-mode" \bind "M-~S-i h d" "math-display" @@ -47,7 +52,7 @@ \bind "M-~S-i h y" "math-matrix 2 2" \bind "M-~S-i h c" "math-insert \cases" -\bind "M-~S-i o c" "toc-insert" +\bind "M-~S-i o c" "inset-insert toc" \bind "M-~S-i o i" "index-print" \bind "M-~S-i o b" "bibtex-insert" @@ -55,7 +60,6 @@ \bind "M-~S-i e l" "file-insert-plaintext" \bind "M-~S-i e p" "file-insert-plaintext-para" -\bind "M-~S-f p" "buffer-print" \bind "M-~S-f n" "buffer-new" \bind "M-~S-f t" "buffer-new-template" \bind "M-~S-f o" "file-open" @@ -80,7 +84,7 @@ \bind "M-~S-e s" "spellchecker" \bind "M-~S-e h" "buffer-chktex" \bind "M-~S-e e" "error-remove-all" -\bind "M-~S-e l" "next-inset-toggle" +\bind "M-~S-e l" "inset-toggle" \bind "M-~S-e p" "dialog-preferences" \bind "M-~S-e r" "reconfigure" @@ -155,7 +159,7 @@ \bind "M-~S-h i" "help-open Intro" \bind "M-~S-h t" "help-open Tutorial" \bind "M-~S-h u" "help-open UserGuide" -\bind "M-~S-h e" "help-open Extended" +\bind "M-~S-h e" "help-open Additional" \bind "M-~S-h c" "help-open Customization" \bind "M-~S-h f" "help-open FAQ" \bind "M-~S-h a" "help-open TOC"