Adjust the default shortcuts for renaming title/tab/terminal, and update docs
This commit is contained in:
parent
9aab1d8643
commit
0b7b946124
|
@ -501,15 +501,15 @@ Or maybe for you it is with tabs.
|
||||||
|
|
||||||
In Terminator you can rename three things:
|
In Terminator you can rename three things:
|
||||||
|
|
||||||
+----------+---------------------------+-------------------+
|
+----------------+---------------------------+--------------------+
|
||||||
| Edit | Mouse | Default Shortcut |
|
| Edit | Mouse | Default Shortcut |
|
||||||
+==========+===========================+===================+
|
+================+===========================+====================+
|
||||||
| Window | N/A | ``Alt``\ +\ ``T`` |
|
| Window title | N/A | ``Ctrl``\ +\ ``W`` |
|
||||||
+----------+---------------------------+-------------------+
|
+----------------+---------------------------+--------------------+
|
||||||
| Titlebar | ``double-click`` titlebar | N/A (TBD) |
|
| Tab title | ``double-click`` tab | ``Ctrl``\ +\ ``A`` |
|
||||||
+----------+---------------------------+-------------------+
|
+----------------+---------------------------+--------------------+
|
||||||
| Tab | ``double-click`` tab | N/A (TBD) |
|
| Terminal title | ``double-click`` titlebar | ``Ctrl``\ +\ ``X`` |
|
||||||
+----------+---------------------------+-------------------+
|
+----------------+---------------------------+--------------------+
|
||||||
|
|
||||||
Additionally all three can be saved/loaded from a :ref:`layout <layouts>`,
|
Additionally all three can be saved/loaded from a :ref:`layout <layouts>`,
|
||||||
or the window title can be set using a
|
or the window title can be set using a
|
||||||
|
|
|
@ -221,15 +221,15 @@ Decrease font size. \fBNote:\fP This may require you to press shift, depending o
|
||||||
.B Ctrl+Zero (0)
|
.B Ctrl+Zero (0)
|
||||||
Restore font size to original setting.
|
Restore font size to original setting.
|
||||||
.TP
|
.TP
|
||||||
.B Alt+T
|
.B Ctrl+W
|
||||||
Rename titlebar.
|
Rename window title.
|
||||||
.TP
|
.TP
|
||||||
.B Alt+F2
|
.B Ctrl+A
|
||||||
Rename terminal title.
|
|
||||||
.TP
|
|
||||||
.B Alt+Shift+F2
|
|
||||||
Rename tab title.
|
Rename tab title.
|
||||||
.TP
|
.TP
|
||||||
|
.B Ctrl+X
|
||||||
|
Rename terminal title.
|
||||||
|
.TP
|
||||||
.B Super+1
|
.B Super+1
|
||||||
Insert terminal number, i.e. 1 to 12.
|
Insert terminal number, i.e. 1 to 12.
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -286,13 +286,17 @@ Note that <Alt><Shift>1 may need to be provided as <Alt>! or similar,
|
||||||
depending on your keyboard layout.
|
depending on your keyboard layout.
|
||||||
Default value: \fBUnbound\fR
|
Default value: \fBUnbound\fR
|
||||||
.TP
|
.TP
|
||||||
|
.B edit_window_title
|
||||||
|
Edit the current active window's title
|
||||||
|
Default value: \fB<Ctrl>W\fR
|
||||||
|
.TP
|
||||||
.B edit_tab_title
|
.B edit_tab_title
|
||||||
Edit the currently active tab's title
|
Edit the currently active tab's title
|
||||||
Default value: \fB<Alt><Shift>F2\fR
|
Default value: \fB<Ctrl>A\fR
|
||||||
.TP
|
.TP
|
||||||
.B edit_terminal_title
|
.B edit_terminal_title
|
||||||
Edit the currently active terminal's title
|
Edit the currently active terminal's title
|
||||||
Default value: \fB<Alt>F2\fR
|
Default value: \fB<Ctrl>X\fR
|
||||||
.TP
|
.TP
|
||||||
.B full_screen
|
.B full_screen
|
||||||
Toggle the window to a fullscreen window.
|
Toggle the window to a fullscreen window.
|
||||||
|
|
|
@ -190,9 +190,9 @@ DEFAULTS = {
|
||||||
'broadcast_all' : '<Alt>a',
|
'broadcast_all' : '<Alt>a',
|
||||||
'insert_number' : '<Super>1',
|
'insert_number' : '<Super>1',
|
||||||
'insert_padded' : '<Super>0',
|
'insert_padded' : '<Super>0',
|
||||||
'edit_window_title': '<Alt>t',
|
'edit_window_title': '<Control>w',
|
||||||
'edit_tab_title' : '<Alt><Shift>F2',
|
'edit_tab_title' : '<Control>a',
|
||||||
'edit_terminal_title': '<Alt>F2',
|
'edit_terminal_title': '<Control>x',
|
||||||
'layout_launcher' : '<Alt>l',
|
'layout_launcher' : '<Alt>l',
|
||||||
'next_profile' : '',
|
'next_profile' : '',
|
||||||
'previous_profile' : '',
|
'previous_profile' : '',
|
||||||
|
|
Loading…
Reference in New Issue