<p></p>
<p>Found the offending snippet, comparisons to an array of magic number keycodes starting line 1467</p>
<p>`<br>
/* control+shift+number <em>/<br>
if(ev->state==5) {<br>
/</em> could use hardware keycode instead of keyvals but if unable to get keyode then don't<br>
* have logical default to fall back on<br>
*/<br>
for(i=0;i<10;i++) if((gint)(ev->keyval)==iShiftNumbers[i])<br>
{<br>
SetBookMark(doc, i);<br>
return TRUE;<br>
}</p>
<pre><code>}`
</code></pre>
<p>can probably fix this, might be some amount of time later though</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/1089#issuecomment-874043359">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ3TIOMTXVWVXDC6DCLTWGKIJANCNFSM472H3MYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJZ3I3EHOUTLNCO2JWTTWGKIJA5CNFSM472H3MY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGQMNPXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/1089#issuecomment-874043359",
"url": "https://github.com/geany/geany-plugins/issues/1089#issuecomment-874043359",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>