main
Bob Mottram 2021-04-22 14:11:15 +01:00
parent 822e689632
commit 5bbe8c4afe
1 changed files with 14 additions and 14 deletions

View File

@ -14491,20 +14491,20 @@ def runDaemon(brochMode: bool,
# key shortcuts SHIFT + ALT + [key]
httpd.accessKeys = {
menuProfile: 'p',
menuInbox: 'i',
menuSearch: '/',
menuNewPost: 'n',
menuCalendar: 'c',
menuDM: 'd',
menuReplies: 'r',
menuOutbox: 's',
menuBookmarks: 'k',
menuShares: 'h',
menuBlogs: 'b',
menuNewswire: 'w',
menuLinks: 'l',
menuModeration: 'm'
'menuProfile': 'p',
'menuInbox': 'i',
'menuSearch': '/',
'menuNewPost': 'n',
'menuCalendar': 'c',
'menuDM': 'd',
'menuReplies': 'r',
'menuOutbox': 's',
'menuBookmarks': 'k',
'menuShares': 'h',
'menuBlogs': 'b',
'menuNewswire': 'w',
'menuLinks': 'l',
'menuModeration': 'm'
}
httpd.unitTest = unitTest