mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
5d65c9bb09
commit
8a7ef247d8
@ -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>
|
||||
|
||||
* scripts/layout2layout.py: fix line ending removal
|
||||
|
@ -76,8 +76,8 @@
|
||||
\bind "C-S-Z" "redo"
|
||||
|
||||
\bind "C-S-E" "track-changes" # it's what MS Word uses
|
||||
\bind "~S-C-quotedbl" "quote-insert single"
|
||||
\bind "M-S-quotedbl" "self-insert \""
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
\bind "C-minus" "hyphenation-point-insert"
|
||||
\bind "M-S-Right" "depth-increment"
|
||||
\bind "M-S-Left" "depth-decrement"
|
||||
|
@ -69,8 +69,8 @@
|
||||
\bind "C-~S-slash" "undo"
|
||||
\bind "C-~S-underscore" "undo"
|
||||
|
||||
\bind "~S-C-quotedbl" "quote-insert single"
|
||||
\bind "~S-M-quotedbl" "self-insert \""
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
|
||||
\bind "C-x a" "buffer-auto-save"
|
||||
#\bind "C-x b" "buffer-previous"
|
||||
|
@ -65,8 +65,8 @@
|
||||
\bind "C-S-Z" "redo"
|
||||
|
||||
\bind "C-S-E" "track-changes" # it's what MS Word uses
|
||||
\bind "~S-C-quotedbl" "quote-insert single"
|
||||
\bind "M-S-quotedbl" "self-insert \""
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
\bind "C-minus" "hyphenation-point-insert"
|
||||
\bind "M-C-Right" "depth-increment"
|
||||
\bind "M-C-Left" "depth-decrement"
|
||||
|
@ -73,8 +73,8 @@
|
||||
\bind "C-~S-slash" "undo"
|
||||
\bind "C-~S-underscore" "undo"
|
||||
|
||||
\bind "~S-C-quotedbl" "quote-insert single"
|
||||
\bind "~S-M-quotedbl" "self-insert \""
|
||||
\bind "~S-M-quotedbl" "quote-insert single"
|
||||
\bind "~S-C-quotedbl" "self-insert \""
|
||||
|
||||
\bind "C-x a" "buffer-auto-save"
|
||||
# not currently supported
|
||||
|
Loading…
Reference in New Issue
Block a user