Re: disabling the consuming of Ctrl+shift+f etc keystrokes
- From: Federico Mena Quintero <federico ximian com>
- To: Vedran Rodic <vedran vodatel hr>
- Cc: gtk-devel-list gnome org
- Subject: Re: disabling the consuming of Ctrl+shift+f etc keystrokes
- Date: Wed, 26 Jan 2005 13:19:42 -0600
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]