Merge pull request #41 from JakubVanek/feature/#40-no-default-broadcast-keybindings

#40: remove default key bindings for input broadcasting
This commit is contained in:
Matt Rose 2020-06-02 19:54:10 -04:00 committed by GitHub
commit eb4e083ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',