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] # key shortcuts SHIFT + ALT + [key]
httpd.accessKeys = { httpd.accessKeys = {
menuProfile: 'p', 'menuProfile': 'p',
menuInbox: 'i', 'menuInbox': 'i',
menuSearch: '/', 'menuSearch': '/',
menuNewPost: 'n', 'menuNewPost': 'n',
menuCalendar: 'c', 'menuCalendar': 'c',
menuDM: 'd', 'menuDM': 'd',
menuReplies: 'r', 'menuReplies': 'r',
menuOutbox: 's', 'menuOutbox': 's',
menuBookmarks: 'k', 'menuBookmarks': 'k',
menuShares: 'h', 'menuShares': 'h',
menuBlogs: 'b', 'menuBlogs': 'b',
menuNewswire: 'w', 'menuNewswire': 'w',
menuLinks: 'l', 'menuLinks': 'l',
menuModeration: 'm' 'menuModeration': 'm'
} }
httpd.unitTest = unitTest httpd.unitTest = unitTest