@techee commented on this pull request.


In src/editor.c:

> @@ -324,6 +339,18 @@ static gboolean on_editor_button_press_event(GtkWidget *widget, GdkEventButton *
 				keybindings_send_command(GEANY_KEY_GROUP_GOTO, GEANY_KEYS_GOTO_MATCHINGBRACE);
 			return TRUE;
 		}
+		if (event->type == GDK_BUTTON_PRESS && event->state == GDK_MOD1_MASK)

Alright, it's possible it was filtering-out the strange modifier I was getting on my linux VM running under macOS where I can't properly develop this (which will be the case in the upcoming week when I'm out of home with my macOS machine only).


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3899/review/2106382727@github.com>