Update quote-insert bindings

This commit is contained in:
Juergen Spitzmueller 2016-12-27 08:39:06 +01:00
parent 421853d1bf
commit e4189c664c
6 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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