Monday, April 29, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 670  / 1 Year ago, sat, may 13, 2023, 5:14:01

I found similar questions but none addresses the problem:


In gnome-terminal, I would like to change my shortcut to change tabs:



  • Switch to Previous Tab: Ctrl+Shift+Tab

  • Switch to Next Tab: Ctrl+Tab


Just like in every browser.
However, if I try to set these options, gnome-terminal just returns an error sounds and it doesn't work. It seems like the tab key is messing things up, because every assignment that does not involve the tab key works fine.


Does anyone have a solution?


More From » shortcut-keys

 Answers
5

Apparently, the Preferences dialog does not allow you to set these keybindings indeed. However, it will work if you directly change the setting using the terminal, as in:


gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ next-tab '<Control>Tab'
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ prev-tab '<Control><Shift>Tab'

[#1199] Sunday, May 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
steaocyte

Total Points: 345
Total Questions: 122
Total Answers: 121

Location: Spain
Member since Wed, Nov 23, 2022
1 Year ago
;