@techee commented on this pull request.
> + " is_modifier=%u\n"
+ "}\n",
+ ev->state, state,
+ ev->keyval, ev->keyval,
+ ev->length,
+ ev->string,
+ ev->hardware_keycode, ev->hardware_keycode,
+ ev->group,
+ ev->is_modifier
+ );
+ */
+
+ /* control or control + shift pressed */
+ if(state == GDK_CONTROL_MASK || state == (GDK_CONTROL_MASK |
GDK_SHIFT_MASK))
+ {
+ CalculateNumKeys(display);
Thanks, looks good and works for me.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1458#discussion_r2178060662
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1458/review/[email protected]>