mirror of https://gitlab.com/bashrc2/epicyon
Quotes
parent
822e689632
commit
5bbe8c4afe
28
daemon.py
28
daemon.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue