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-10-26 16:00:45 +0200
commitcf3bbe8ecb92548b6320d46d4a97197ab7bf6825 (patch)
tree1e665cc7b2f8e819affc6fe30ce05e87776ff271 /stickynotes/stickynotes_callbacks.h
parentce42d0f616999ef85a41b09024663ca9e5d2d18a (diff)
downloadmate-applets-cf3bbe8ecb92548b6320d46d4a97197ab7bf6825.tar.bz2
mate-applets-cf3bbe8ecb92548b6320d46d4a97197ab7bf6825.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