ralf3u left a comment (geany/geany#4267) I just recognized that in the preferences in keybindings there is this text in the folder `Notebook tab`: `Switch to last used document` `<Primary>Tab` And in keybindings.conf there is this text: `switch_tablastused=<Primary>Tab`
So, the shortcut Shift+F10 could be mentioned in the folder `Notebook tab` like this: `Switch tab 1` `<Shift>F10` And in keybindings.conf there could be this kind of text: `switch_tab1=<Shift>10` I'm using the expression `Switch tab 1` in case there will be more tab switcher in Geany in the future. If there will be more tab switcher, then the next tab switcher will be `Switch tab 2`. I have the intention to open a new issue in the next days to ask for another tab switcher because both current tab switcher (Ctrl+Tab and Shift+F10) don't fit my needs. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4267#issuecomment-2730874950 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4267/2730874...@github.com>