@ville-h on IRC you said it was `altgr-ctrl-k` that fell back to `<primary>k`.  
That makes more sense if something (GTK3, Geany Scintilla etc) is stripping the 
`altgr` modifier.

Note that more than one handler can be registered for keys events, and Geany 
just looks for the ones it wants and lets the others be passed to the next 
handler on the list (usually scintilla) so the unbound `<primary>k` goes to 
wherever it is handled by default.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/951#issuecomment-194577963

Reply via email to