summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_callbacks.h
diff options
context:
space:
mode:
authorValentin Villenave <[email protected]>2021-10-07 13:18:09 +0200
committerraveit65 <[email protected]>2021-11-09 22:39:01 +0100
commit7af48f81bb1b2f88d1c1c56241b60161fffe68f1 (patch)
treeffe4f106bc2bfb37437b1fbf03e17530d7ee6829 /stickynotes/stickynotes_callbacks.h
parent0e3c168684f341663016f2769b99d82c0d897394 (diff)
downloadmate-applets-7af48f81bb1b2f88d1c1c56241b60161fffe68f1.tar.bz2
mate-applets-7af48f81bb1b2f88d1c1c56241b60161fffe68f1.tar.xz
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.
Diffstat (limited to 'stickynotes/stickynotes_callbacks.h')
-rw-r--r--stickynotes/stickynotes_callbacks.h4
1 files changed, 4 insertions, 0 deletions
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