@techee commented on this pull request.
> + /*
+ fprintf(stderr, "(GdkEventKey*) {\n"
+ " state=%x (filtered=%x)\n"
+ " keyval=%x (%u)\n"
+ " length=%d\n"
+ " string=%s\n"
+ " hardware_keycode=%x (%u)\n"
+ " group=%u\n"
+ " 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
+ );
+ */
Done.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1458#discussion_r2178059924
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1458/review/[email protected]>