@techee commented on this pull request.


In src/keybindings.c:

>  		mods |= GEANY_PRIMARY_MOD_MASK;
+		mods &= ~GDK_MOD2_MASK;

Yep, the original version is better so dummies like me who don't know priorities don't get confused :-).


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.