fix(config): remove default key bindings for input broadcasting (#40)

Accidental activation of this feature may be dangerous.
This change forces users to assign a binding manually.

See https://bugs.launchpad.net/terminator/+bug/1872460
This commit is contained in:
Jakub Vaněk 2020-04-25 21:39:47 +02:00
parent 11a6a57f51
commit 2324e89c40
No known key found for this signature in database
GPG Key ID: CCDE818F3F894D36
1 changed files with 3 additions and 3 deletions

View File

@ -180,9 +180,9 @@ DEFAULTS = {
'ungroup_tab' : '<Shift><Super>t',
'new_window' : '<Shift><Control>i',
'new_terminator' : '<Super>i',
'broadcast_off' : '<Alt>o',
'broadcast_group' : '<Alt>g',
'broadcast_all' : '<Alt>a',
'broadcast_off' : '',
'broadcast_group' : '',
'broadcast_all' : '',
'insert_number' : '<Super>1',
'insert_padded' : '<Super>0',
'edit_window_title': '<Control><Alt>w',