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]
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue