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?

Abdel.

Reply via email to