mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update quote-insert bindings
This commit is contained in:
parent
421853d1bf
commit
e4189c664c
@ -40,7 +40,7 @@ Format 4
|
||||
\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 q" "quote-insert inner"
|
||||
\bind "M-~S-i s m" "specialchar-insert menu-separator"
|
||||
|
||||
\bind "M-~S-i h i" "math-mode"
|
||||
|
@ -90,8 +90,8 @@ Format 4
|
||||
\bind "C-a" "inset-select-all"
|
||||
|
||||
\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 "~S-M-quotedbl" "quote-insert inner"
|
||||
\bind "~S-C-quotedbl" "quote-insert outer auto plain"
|
||||
\bind "C-minus" "specialchar-insert hyphenation"
|
||||
\bind "C-S-underscore" "math-macro-fold"
|
||||
\bind "C-M-minus" "specialchar-insert nobreakdash"
|
||||
|
@ -73,8 +73,8 @@ Format 4
|
||||
\bind "C-~S-slash" "undo"
|
||||
\bind "C-~S-underscore" "undo"
|
||||
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
\bind "~S-M-quotedbl" "quote-insert inner"
|
||||
\bind "~S-C-quotedbl" "quote-insert outer auto plain"
|
||||
|
||||
\bind "C-x a" "buffer-auto-save"
|
||||
#\bind "C-x b" "buffer-previous"
|
||||
|
@ -257,8 +257,8 @@ Format 4
|
||||
\bind "C-M-S-D" "command-alternatives master-buffer-update dvi; buffer-update dvi"
|
||||
|
||||
\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 "~S-M-quotedbl" "quote-insert inner"
|
||||
\bind "~S-C-quotedbl" "quote-insert outer auto plain"
|
||||
\bind "C-S-underscore" "command-alternatives math-macro-fold;specialchar-insert hyphenation"
|
||||
\bind "C-M-minus" "specialchar-insert nobreakdash"
|
||||
\bind "M-C-Right" "depth-increment"
|
||||
|
@ -119,7 +119,7 @@ Format 4
|
||||
|
||||
# This combination makes an umlaut accent now.
|
||||
#\bind "S-C-quotedbl" "quote-insert"
|
||||
\bind "S-M-quotedbl" "quote-insert single"
|
||||
\bind "S-M-quotedbl" "quote-insert inner"
|
||||
|
||||
# Bracket delimiters. Sciword mnemonic is to press Control-<bracket key>
|
||||
# On U.S. keyboard with Windows Ctrl+Shift definition must refer to
|
||||
|
@ -77,8 +77,8 @@ Format 4
|
||||
\bind "C-~S-slash" "undo"
|
||||
\bind "C-~S-underscore" "undo"
|
||||
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
\bind "~S-M-quotedbl" "quote-insert inner"
|
||||
\bind "~S-C-quotedbl" "quote-insert outer auto plain"
|
||||
|
||||
\bind "C-x a" "buffer-auto-save"
|
||||
# not currently supported
|
||||
|
Loading…
Reference in New Issue
Block a user