Re: disabling the consuming of Ctrl+shift+f etc keystrokes



On Wed, 2005-01-26 at 12:40 +0100, Vedran Rodic wrote:

> for some to me unknown reason, gtk+ 2 decides to consume
> ctrl+shift+(f,a,d,b,e,c) keystrokes
> 
> It also draws little underlined (f,a,d,b,e,c) letters when I press this
> combination.
> 
> Where is the code that does this, and how do I remove it?

Grep for "ISO_14755" in gtk+/gtk/gtkimcontextsimple.c.

You can enter Unicode hex codes with Ctrl-Shift-<hexdigit>.  So, to
enter an "� which is U+00e1, hold down Ctrl and Shift, type
"e1" (that's E One), and release Ctrl-Shift.

  Federico




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]