From: Alexander Sedov Date: Fri, 15 Mar 2013 15:12:15 +0000 (+0400) Subject: Fixed keys handling for multilayout environments. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=bccfe2a9a553784aa0b50fb63aa198be906d8cae;hp=bccfe2a9a553784aa0b50fb63aa198be906d8cae;p=surf.git Fixed keys handling for multilayout environments. 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! Signed-off-by: Christoph Lohmann <20h@r-36.net> ---