gnome-terminator / terminator

multiple GNOME terminals in one window
https://gnome-terminator.org
GNU General Public License v2.0
2.14k stars 257 forks source link

Alt+1 Alt+2 ... custom shortcuts don't work (for switching tabs) #945

Open abitrolly opened 2 months ago

abitrolly commented 2 months ago
➜  ~ cat ~/.config/terminator/config
[global_config]
  window_state = fullscreen
[keybindings]
  split_vert = <Primary><Shift>k
  switch_to_tab_1 = <Alt>1
  switch_to_tab_2 = <Alt>2
  switch_to_tab_3 = <Alt>3
  help = ""
[profiles]
  [[default]]
    font = Monospace 10
    scrollback_infinite = True
    use_system_font = False

Describe the bug

After setting Alt+1 Alt+2 shortcuts for switching tabs, they don't work. Only default Ctrl+1 Ctrl+2 work.

To Reproduce

  1. Set Alt+1 Alt+2 for switching tabs
  2. Open new tab
  3. Press Alt+1 and Alt+2 to see nothing happes

Expected behavior

Expected tabs to switch

Screenshots

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

kitzberger commented 1 day ago

@abitrolly, for me setting those keybindings in that config file manually didn't work, but as soon as I use the preference dialog and close that, it did work!