<p></p>
<p><b>@Davidy22</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/1093#discussion_r674430964">geanynumberedbookmarks/src/geanynumberedbookmarks.c</a>:</p>
<pre style='color:#555'>>      /* control+shift+number */
-       if(ev->state==5 || ev->state==21) {
+       if(ev->state & (GDK_CONTROL_MASK | GDK_SHIFT_MASK)) {
</pre>
<p>Oh word, that wasn't the way I thought it'd work. Thought it was checking right too when I was checking ctrl+number.</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/pull/1093#discussion_r674430964">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYUP7DLAHY7BEJOVUTTY5RYLANCNFSM5AXJVZEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJY2ZZGOCEQAJ7KJY5TTY5RYLA5CNFSM5AXJVZE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFJ2LIKI.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/pull/1093#discussion_r674430964",
"url": "https://github.com/geany/geany-plugins/pull/1093#discussion_r674430964",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>