Set some default shortcuts based on my preference (Steve Boddy)

This commit is contained in:
Stephen Boddy 2015-07-19 23:50:00 +02:00
parent a9a207c076
commit 2c31772564
1 changed files with 7 additions and 7 deletions

View File

@ -183,13 +183,13 @@ DEFAULTS = {
'ungroup_tab' : '<Shift><Super>t',
'new_window' : '<Shift><Control>i',
'new_terminator' : '<Super>i',
'broadcast_off' : '',
'broadcast_group' : '',
'broadcast_all' : '',
'insert_number' : '',
'insert_padded' : '',
'edit_window_title': '',
'layout_launcher' : '',
'broadcast_off' : '<Alt>o',
'broadcast_group' : '<Alt>g',
'broadcast_all' : '<Alt<a>',
'insert_number' : '<Super>1',
'insert_padded' : '<Super>0',
'edit_window_title': '<Alt>t',
'layout_launcher' : '<Alt>l',
'next_profile' : '',
'previous_profile' : ''
},