diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 3e069e21..0bc8e2b0 100644 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -165,16 +165,16 @@ 'scaled_zoom' : 'z', 'next_tab' : 'Page_Down', 'prev_tab' : 'Page_Up', - 'switch_to_tab_1' : '', - 'switch_to_tab_2' : '', - 'switch_to_tab_3' : '', - 'switch_to_tab_4' : '', - 'switch_to_tab_5' : '', - 'switch_to_tab_6' : '', - 'switch_to_tab_7' : '', - 'switch_to_tab_8' : '', - 'switch_to_tab_9' : '', - 'switch_to_tab_10' : '', + 'switch_to_tab_1' : '1', + 'switch_to_tab_2' : '2', + 'switch_to_tab_3' : '3', + 'switch_to_tab_4' : '4', + 'switch_to_tab_5' : '5', + 'switch_to_tab_6' : '6', + 'switch_to_tab_7' : '7', + 'switch_to_tab_8' : '8', + 'switch_to_tab_9' : '9', + 'switch_to_tab_10' : '0', 'full_screen' : 'F11', 'reset' : 'r', 'reset_clear' : 'g',