mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Update bindings for MAC
Patch from Bennett git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29632 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a5251f94a
commit
790994b914
@ -36,8 +36,12 @@
|
||||
\bind "C-p" "dialog-show print"
|
||||
\bind "C-d" "buffer-view dvi" # 'd' for dvi
|
||||
\bind "C-t" "buffer-view pdf"
|
||||
\bind "C-M-t" "master-buffer-view pdf"
|
||||
\bind "C-M-d" "master-buffer-view dvi"
|
||||
\bind "C-S-D" "buffer-update dvi" # 'd' for dvi
|
||||
\bind "C-S-T" "buffer-update pdf" # (pdflatex; was "ps")
|
||||
\bind "C-S-T" "buffer-update pdf"
|
||||
\bind "C-M-S-t" "master-buffer-update pdf"
|
||||
\bind "C-M-S-d" "master-buffer-update dvi"
|
||||
\bind "C-q" "lyx-quit"
|
||||
\bind "M-Tab" "buffer-next"
|
||||
\bind "M-S-BackTab" "buffer-previous"
|
||||
@ -50,6 +54,7 @@
|
||||
\bind "C-S-P" "font-typewriter" # 'P' for program *****
|
||||
\bind "C-m" "math-mode"
|
||||
\bind "C-S-M" "math-display"
|
||||
\bind "C-M-n" "command-sequence math-display; math-number-toggle;"
|
||||
|
||||
\bind "C-f" "dialog-show findreplace"
|
||||
\bind "C-i" "next-inset-toggle" # 'i' for Inset
|
||||
@ -68,7 +73,7 @@
|
||||
\bind "C-S-E" "changes-track" # it's what MS Word uses
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
\bind "C-minus" "specialchar-insert hyphenation"
|
||||
\bind "C-minus" "command-alternatives math-macro-fold;specialchar-insert hyphenation"
|
||||
\bind "C-M-minus" "specialchar-insert nobreakdash"
|
||||
\bind "M-C-Right" "depth-increment"
|
||||
\bind "M-C-Left" "depth-decrement"
|
||||
@ -82,12 +87,19 @@
|
||||
\bind "C-g" "word-find"
|
||||
\bind "C-F4" "buffer-close"
|
||||
\bind "F5" "screen-recenter"
|
||||
\bind "M-F4" "lyx-quit"
|
||||
\bind "C-M-Up" "scroll line up"
|
||||
\bind "C-M-Down" "scroll line down"
|
||||
\bind "C-M-Prior" "scroll page up"
|
||||
\bind "C-M-Next" "scroll page down"
|
||||
\bind "F7" "dialog-show spellchecker"
|
||||
\bind "S-F7" "thesaurus-entry"
|
||||
|
||||
\bind "M-x" "command-execute"
|
||||
|
||||
\bind "M-equal" "buffer-zoom-in"
|
||||
\bind "M-plus" "buffer-zoom-in"
|
||||
\bind "M-minus" "buffer-zoom-out"
|
||||
|
||||
#
|
||||
# Motion group
|
||||
#
|
||||
|
@ -334,6 +334,8 @@ What's new
|
||||
- Adjust the enabling of some controls in the outliner and reduce the
|
||||
flickering caused by collapsing and opening of items.
|
||||
|
||||
- Update keyboard shortcuts for MAC.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user