Re: [dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Mar 2013 18:37:57 +0100 Alexander Sedov wrote: > There is a bug in GTK+ that does not allow capturing shortcuts using > letter keys on layouts other than "us". The bug is there for ages and > there is probably no hope that it will get fixed. This patch switches > shortcut h

Re: [dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread Alexander Sedov
2013/3/15 : > Does this mean that with cyrillic layout, mappings defined as GDK_r > would work? > > If this is the case -- thank youvery much for hounding down and fixing! > This has annoyed me for a long time. This will cause me to put some work > in updating my ancient heavily patched surf in th

Re: [dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread stanio
* Alexander Sedov 2013-03-15 16:13 > There is a bug in GTK+ that does not allow capturing shortcuts using > letter keys on layouts other than "us". The bug is there for ages and > there is probably no hope that it will get fixed. This patch switches > shortcut handling method to GtkAccelGroup, whic

[dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread Alexander Sedov
There is a bug in GTK+ that does not allow capturing shortcuts using letter keys on layouts other than "us". The bug is there for ages and there is probably no hope that it will get fixed. This patch switches shortcut handling method to GtkAccelGroup, which handles this case correctly. Enjoy! ---