mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Update MAC bindings
Patch from Bennett git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29631 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
58cac2e4db
commit
e3e11d5d39
@ -36,8 +36,12 @@
|
|||||||
\bind "C-p" "dialog-show print"
|
\bind "C-p" "dialog-show print"
|
||||||
\bind "C-d" "buffer-view dvi" # 'd' for dvi
|
\bind "C-d" "buffer-view dvi" # 'd' for dvi
|
||||||
\bind "C-t" "buffer-view pdf"
|
\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-D" "buffer-update dvi" # 'd' for dvi
|
||||||
\bind "C-S-T" "buffer-update pdf" # (pdflatex; was "ps")
|
\bind "C-S-T" "buffer-update pdf" # (pdflatex; was "ps")
|
||||||
|
\bind "C-M-S-T" "master-buffer-update pdf"
|
||||||
|
\bind "C-M-S-D" "master-buffer-update dvi"
|
||||||
\bind "C-q" "lyx-quit"
|
\bind "C-q" "lyx-quit"
|
||||||
\bind "M-Tab" "buffer-next"
|
\bind "M-Tab" "buffer-next"
|
||||||
\bind "M-S-BackTab" "buffer-previous"
|
\bind "M-S-BackTab" "buffer-previous"
|
||||||
@ -45,13 +49,19 @@
|
|||||||
\bind "C-M-b" "font-boldsymbol"
|
\bind "C-M-b" "font-boldsymbol"
|
||||||
\bind "C-b" "font-bold"
|
\bind "C-b" "font-bold"
|
||||||
\bind "C-e" "font-emph"
|
\bind "C-e" "font-emph"
|
||||||
\bind "C-k" "font-noun" # 'k' for capitals
|
# used below for line-delete-forward
|
||||||
|
#\bind "C-k" "font-noun" # 'k' for capitals
|
||||||
\bind "C-u" "font-underline"
|
\bind "C-u" "font-underline"
|
||||||
\bind "C-S-P" "font-typewriter" # 'P' for program *****
|
\bind "C-S-P" "font-typewriter" # 'P' for Program
|
||||||
|
\bind "C-S-O" "font-strikeout"
|
||||||
|
|
||||||
\bind "C-m" "math-mode"
|
\bind "C-m" "math-mode"
|
||||||
\bind "C-S-M" "math-display"
|
\bind "C-S-M" "math-display"
|
||||||
|
\bind "C-S-r" "regexp-mode"
|
||||||
|
\bind "C-M-n" "command-sequence math-display; math-number-toggle;"
|
||||||
|
|
||||||
\bind "C-f" "dialog-show findreplace"
|
\bind "C-f" "dialog-show findreplace"
|
||||||
|
\bind "C-S-f" "dialog-show findreplaceadv"
|
||||||
\bind "C-i" "inset-toggle" # 'i' for Inset
|
\bind "C-i" "inset-toggle" # 'i' for Inset
|
||||||
|
|
||||||
\bind "C-c" "copy"
|
\bind "C-c" "copy"
|
||||||
@ -68,7 +78,7 @@
|
|||||||
\bind "C-S-E" "changes-track" # it's what MS Word uses
|
\bind "C-S-E" "changes-track" # it's what MS Word uses
|
||||||
\bind "~S-M-quotedbl" "quote-insert single"
|
\bind "~S-M-quotedbl" "quote-insert single"
|
||||||
\bind "~S-C-quotedbl" "self-insert \""
|
\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 "C-M-minus" "specialchar-insert nobreakdash"
|
||||||
\bind "M-C-Right" "depth-increment"
|
\bind "M-C-Right" "depth-increment"
|
||||||
\bind "M-C-Left" "depth-decrement"
|
\bind "M-C-Left" "depth-decrement"
|
||||||
@ -82,7 +92,10 @@
|
|||||||
\bind "C-g" "word-find"
|
\bind "C-g" "word-find"
|
||||||
\bind "C-F4" "buffer-close"
|
\bind "C-F4" "buffer-close"
|
||||||
\bind "F5" "screen-recenter"
|
\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 "F7" "dialog-show spellchecker"
|
||||||
\bind "S-F7" "thesaurus-entry"
|
\bind "S-F7" "thesaurus-entry"
|
||||||
|
|
||||||
@ -150,7 +163,10 @@
|
|||||||
\bind "S-C-KP_Next" "buffer-end-select"
|
\bind "S-C-KP_Next" "buffer-end-select"
|
||||||
\bind "C-KP_Insert" "copy"
|
\bind "C-KP_Insert" "copy"
|
||||||
\bind "S-KP_Insert" "paste"
|
\bind "S-KP_Insert" "paste"
|
||||||
\bind "S-KP_Delete" "cut"
|
\bind "S-KP_Delete"
|
||||||
|
|
||||||
|
|
||||||
|
"cut"
|
||||||
|
|
||||||
#
|
#
|
||||||
# bookmarks
|
# bookmarks
|
||||||
|
Loading…
Reference in New Issue
Block a user