[Xfce4-commits] [apps/mousepad] 05/05: The find previous hotkey should also work with the numpad enter
noreply at xfce.org
noreply at xfce.org
Tue Jul 15 02:23:16 CEST 2014
This is an automated email from the git hooks/post-receive script.
mbrush pushed a commit to branch master
in repository apps/mousepad.
commit 8573e7415c64375e15954c90406f5746fa6f6cec
Author: Andre Miranda <andreldm1989 at gmail.com>
Date: Mon Jul 14 20:13:26 2014 -0300
The find previous hotkey should also work with the numpad enter
---
mousepad/mousepad-search-bar.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mousepad/mousepad-search-bar.c b/mousepad/mousepad-search-bar.c
index 539495d..7c091ac 100644
--- a/mousepad/mousepad-search-bar.c
+++ b/mousepad/mousepad-search-bar.c
@@ -163,6 +163,7 @@ mousepad_search_bar_class_init (MousepadSearchBarClass *klass)
G_TYPE_NONE, 0);
binding_set = gtk_binding_set_by_class(entry_class);
gtk_binding_entry_add_signal(binding_set, GDK_Return, GDK_SHIFT_MASK, "activate-backward", 0);
+ gtk_binding_entry_add_signal(binding_set, GDK_KP_Enter, GDK_SHIFT_MASK, "activate-backward", 0);
}
g_type_class_unref (entry_class);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list