>>>>> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes:
Hartmut> Hi Jean-Marc, maybe you know where they are defined: the Hartmut> short cuts for Insert->Special Character->Ordinary Quote and Hartmut> Single Quote should be Alt+Shift+2 and Strg+Shift+2 Shift+2 is definitly bad (since it depends on the keyboard layout), but would you like the following? It also reverts to 1.3.x compatible shortcuts. JMarc
Index: lib/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.739 diff -u -p -r1.739 ChangeLog --- lib/ChangeLog 21 Oct 2005 16:11:32 -0000 1.739 +++ lib/ChangeLog 24 Oct 2005 10:27:04 -0000 @@ -1,3 +1,11 @@ +2005-10-24 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> + + * bind/cua.bind: + * bind/emacs.bind: + * bind/mac.bind: + * bind/xemacs.bind: fix bindings for inserting single quotes and + `"' character. + 2005-10-21 Georg Baum <[EMAIL PROTECTED]> * layouts/*.{inc,layout}: Add format information Index: lib/bind/cua.bind =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/cua.bind,v retrieving revision 1.34 diff -u -p -r1.34 cua.bind --- lib/bind/cua.bind 6 Sep 2005 16:41:52 -0000 1.34 +++ lib/bind/cua.bind 24 Oct 2005 10:27:04 -0000 @@ -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" Index: lib/bind/emacs.bind =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/emacs.bind,v retrieving revision 1.30 diff -u -p -r1.30 emacs.bind --- lib/bind/emacs.bind 9 May 2005 18:28:29 -0000 1.30 +++ lib/bind/emacs.bind 24 Oct 2005 10:27:04 -0000 @@ -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" Index: lib/bind/mac.bind =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/mac.bind,v retrieving revision 1.10 diff -u -p -r1.10 mac.bind --- lib/bind/mac.bind 11 Oct 2005 17:58:38 -0000 1.10 +++ lib/bind/mac.bind 24 Oct 2005 10:27:04 -0000 @@ -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" Index: lib/bind/xemacs.bind =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/xemacs.bind,v retrieving revision 1.32 diff -u -p -r1.32 xemacs.bind --- lib/bind/xemacs.bind 9 May 2005 18:28:29 -0000 1.32 +++ lib/bind/xemacs.bind 24 Oct 2005 10:27:04 -0000 @@ -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