[Github-comments] [geany/geany] support for fwd bkwd mouse buttons (#1648)
LarsGit223
notifications at xxxxx
Mon Oct 16 20:16:28 UTC 2017
LarsGit223 commented on this pull request.
> @@ -352,6 +353,20 @@ static gboolean on_editor_button_press_event(GtkWidget *widget, GdkEventButton *
return TRUE;
}
+
+ else if (event->button == 8 /*backwards*/ && editor_prefs.mouse_back_forward_enabled)
+ {
+ navqueue_go_back();
+ }
+
+ else if (event->button == 9 /*forwards*/ && editor_prefs.mouse_back_forward_enabled)
Same thing here.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1648#pullrequestreview-69685437
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171016/c89b6805/attachment.html>
More information about the Github-comments
mailing list