From 46fd67ec49c3988db20db422061a2f52582c896c Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 18 Jun 2017 19:54:03 +0200 Subject: Improve and simplify shortcut handling. Should fix many issues with unusuable keys, especially on non-English keyboard layouts. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7a786234e..a40d44afe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -932,7 +932,7 @@ namespace Inkscape { namespace UI { namespace Tools { -guint get_group0_keyval(GdkEventKey const* event); +guint get_group0_keyval(GdkEventKey const* event, guint *consumed_modifiers = NULL); } } -- cgit v1.2.3