From 7af48f81bb1b2f88d1c1c56241b60161fffe68f1 Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Thu, 7 Oct 2021 13:18:09 +0200 Subject: Mate Sticky notes applet: enable keyboard navigation through F6 As Tab and Shift-Tab get interpreted as indent/unindent, there was no way of leaving the text area through keyboard only. --- stickynotes/stickynotes_callbacks.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stickynotes/stickynotes_callbacks.h') diff --git a/stickynotes/stickynotes_callbacks.h b/stickynotes/stickynotes_callbacks.h index 42c86bb1..8934011f 100644 --- a/stickynotes/stickynotes_callbacks.h +++ b/stickynotes/stickynotes_callbacks.h @@ -49,6 +49,10 @@ gboolean stickynote_show_popup_menu (GtkWidget *widget, GdkEventButton *event, GtkWidget *popup_menu); +gboolean +stickynote_keypress_cb (GtkWidget *widget, + GdkEventKey *event, + StickyNote *note); /* Callbacks for the sticky notes popup menu */ void -- cgit v1.2.1