On  5.02.08, Abdelrazak Younes wrote:
> rgheck wrote:
>> \bind "C-apostrophe" "accent-acute"
>> \bind "C-S-quotedbl" "accent-umlaut"
>> Note that, to get these to work, you may also need to change some earlier 
>> bindings. In cua.bind, I had to change:
>> \bind "~S-M-quotedbl"        "quote-insert single"
>> \bind "~S-C-quotedbl"        "self-insert \""
>> to
>> \bind "M-quotedbl"        "quote-insert single"
>> \bind "C-quotedbl"        "self-insert \""
>> The "~S" means: Ignore the state of the shift key.

> Could you commit those Richard?

Please do not rush this through: On my German keyboard, the quotedbl (") is
above the number 2, i.e. 

>> \bind "M-quotedbl"        "quote-insert single"
>> \bind "C-quotedbl"        "self-insert \""

would never be activated! How could I insert a verbatim " after these
changes?

Guenter

Reply via email to