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', 'ungroup_tab' : '<Shift><Super>t',
'new_window' : '<Shift><Control>i', 'new_window' : '<Shift><Control>i',
'new_terminator' : '<Super>i', 'new_terminator' : '<Super>i',
'broadcast_off' : '', 'broadcast_off' : '<Alt>o',
'broadcast_group' : '', 'broadcast_group' : '<Alt>g',
'broadcast_all' : '', 'broadcast_all' : '<Alt<a>',
'insert_number' : '', 'insert_number' : '<Super>1',
'insert_padded' : '', 'insert_padded' : '<Super>0',
'edit_window_title': '', 'edit_window_title': '<Alt>t',
'layout_launcher' : '', 'layout_launcher' : '<Alt>l',
'next_profile' : '', 'next_profile' : '',
'previous_profile' : '' 'previous_profile' : ''
}, },