[Github-comments] [geany/geany] Geany does not react on "goto line" shortcut. (#2554)

elextr notifications at xxxxx
Tue Jul 21 11:52:00 UTC 2020


>  the original key setting was displayed as **<Primary>l** in the setup dialogue, respectively as `Strg+L' (upper case) in the menu

As you surmised, the text in the menu is set by GTK, its the keycode shown in the keybindings preferences that matters, thats what Geany tests for, and `<primary>l` is lower case so its not `Ctrl+L` no matter what GTK says.

Alt is a bad key code to use with GTK since its the prefix for mnemonics, and so GTK might steal it.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2554#issuecomment-661809214
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200721/417fbf00/attachment-0001.htm>


More information about the Github-comments mailing list