commit
e1476a2ef2
|
@ -195,7 +195,7 @@ DEFAULTS = {
|
||||||
'layout_launcher' : '<Alt>l',
|
'layout_launcher' : '<Alt>l',
|
||||||
'next_profile' : '',
|
'next_profile' : '',
|
||||||
'previous_profile' : '',
|
'previous_profile' : '',
|
||||||
'preferences' : '',
|
'preferences' : '',
|
||||||
'help' : 'F1'
|
'help' : 'F1'
|
||||||
},
|
},
|
||||||
'profiles': {
|
'profiles': {
|
||||||
|
|
|
@ -174,7 +174,7 @@ class PrefsEditor:
|
||||||
'layout_launcher' : _('Open layout launcher window'),
|
'layout_launcher' : _('Open layout launcher window'),
|
||||||
'next_profile' : _('Switch to next profile'),
|
'next_profile' : _('Switch to next profile'),
|
||||||
'previous_profile' : _('Switch to previous profile'),
|
'previous_profile' : _('Switch to previous profile'),
|
||||||
'preferences' : _('Open the Preferences window'),
|
'preferences' : _('Open the Preferences window'),
|
||||||
'help' : _('Open the manual')
|
'help' : _('Open the manual')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue