Uwe Stöhr <[EMAIL PROTECTED]> schrieb: > > ctrl+" works here 1.6rc3 in the same way as in lyx 1.3.
> I found now the problem: The " is located on German keyboards on the > "2" key, so to get Ctrl+" I would have to press Ctrl+Shift+2, This is cared for by the ~S "operator": ./cua.bind:87:\bind "~S-C-quotedbl" "self-insert \"" > but this is already bound to another function. Which? (by default or by your personal setting?) Ctrl-Shift-" inserts an ASCII-quote here with 1.5.6. I did not find another function bound to C-S-quotedbl (grepping for quotedbl below LYXDIR/bind (with 1.5.6 as well as 1.6.svn): ./cua.bind:86:\bind "~S-M-quotedbl" "quote-insert single" ./cua.bind:87:\bind "~S-C-quotedbl" "self-insert \"" ./de/menus.bind:115:# \bind "M-a S-quotedbl" "layout Section*" # M-a S-2 ./emacs.bind:72:\bind "~S-M-quotedbl" "quote-insert single" ./emacs.bind:73:\bind "~S-C-quotedbl" "self-insert \"" ./fi/menus.bind:25:#\bind "M-i S-quotedbl" "quote-insert" ./fi/menus.bind:119:\bind "M-p S-quotedbl" "layout Section*" # M-p S-2 ./latinkeys.bind:35:\bind "quotedbl" "quote-insert" ./mac.bind:69:\bind "~S-M-quotedbl" "quote-insert single" ./mac.bind:70:\bind "~S-C-quotedbl" "self-insert \"" ./math.bind:106:\bind "M-m ~S-quotedbl" "math-insert \ddot" ./menus.bind:26:#\bind "M-i S-quotedbl" "quote-insert" ./sciword.bind:117:#\bind "S-C-quotedbl" "quote-insert" ./sciword.bind:118:\bind "S-M-quotedbl" "quote-insert single" ./sciword.bind:150:\bind "S-C-quotedbl" "accent-umlaut" ./xemacs.bind:76:\bind "~S-M-quotedbl" "quote-insert single" ./xemacs.bind:77:\bind "~S-C-quotedbl" "self-insert \"" Günter