fix bindings for quote insertion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10571 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-10-25 08:39:15 +00:00
parent 5d65c9bb09
commit 8a7ef247d8
5 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2005-10-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* bind/cua.bind:
* bind/emacs.bind:
* bind/mac.bind:
* bind/xemacs.bind: fix bindings for inserting single quotes and
`"' character.
2005-10-24 Georg Baum <Georg.Baum@post.rwth-aachen.de> 2005-10-24 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* scripts/layout2layout.py: fix line ending removal * scripts/layout2layout.py: fix line ending removal

View File

@ -76,8 +76,8 @@
\bind "C-S-Z" "redo" \bind "C-S-Z" "redo"
\bind "C-S-E" "track-changes" # it's what MS Word uses \bind "C-S-E" "track-changes" # it's what MS Word uses
\bind "~S-C-quotedbl" "quote-insert single" \bind "~S-M-quotedbl" "quote-insert single"
\bind "M-S-quotedbl" "self-insert \"" \bind "~S-C-quotedbl" "self-insert \""
\bind "C-minus" "hyphenation-point-insert" \bind "C-minus" "hyphenation-point-insert"
\bind "M-S-Right" "depth-increment" \bind "M-S-Right" "depth-increment"
\bind "M-S-Left" "depth-decrement" \bind "M-S-Left" "depth-decrement"

View File

@ -69,8 +69,8 @@
\bind "C-~S-slash" "undo" \bind "C-~S-slash" "undo"
\bind "C-~S-underscore" "undo" \bind "C-~S-underscore" "undo"
\bind "~S-C-quotedbl" "quote-insert single" \bind "~S-M-quotedbl" "quote-insert single"
\bind "~S-M-quotedbl" "self-insert \"" \bind "~S-C-quotedbl" "self-insert \""
\bind "C-x a" "buffer-auto-save" \bind "C-x a" "buffer-auto-save"
#\bind "C-x b" "buffer-previous" #\bind "C-x b" "buffer-previous"

View File

@ -65,8 +65,8 @@
\bind "C-S-Z" "redo" \bind "C-S-Z" "redo"
\bind "C-S-E" "track-changes" # it's what MS Word uses \bind "C-S-E" "track-changes" # it's what MS Word uses
\bind "~S-C-quotedbl" "quote-insert single" \bind "~S-M-quotedbl" "quote-insert single"
\bind "M-S-quotedbl" "self-insert \"" \bind "~S-C-quotedbl" "self-insert \""
\bind "C-minus" "hyphenation-point-insert" \bind "C-minus" "hyphenation-point-insert"
\bind "M-C-Right" "depth-increment" \bind "M-C-Right" "depth-increment"
\bind "M-C-Left" "depth-decrement" \bind "M-C-Left" "depth-decrement"

View File

@ -73,8 +73,8 @@
\bind "C-~S-slash" "undo" \bind "C-~S-slash" "undo"
\bind "C-~S-underscore" "undo" \bind "C-~S-underscore" "undo"
\bind "~S-C-quotedbl" "quote-insert single" \bind "~S-M-quotedbl" "quote-insert single"
\bind "~S-M-quotedbl" "self-insert \"" \bind "~S-C-quotedbl" "self-insert \""
\bind "C-x a" "buffer-auto-save" \bind "C-x a" "buffer-auto-save"
# not currently supported # not currently supported