mirror of https://gitlab.com/bashrc2/epicyon
Default access keys
parent
6254c30c63
commit
114fc7a80b
17
daemon.py
17
daemon.py
|
@ -14490,7 +14490,22 @@ def runDaemon(brochMode: bool,
|
||||||
httpd.textModeBanner = getTextModeBanner(baseDir)
|
httpd.textModeBanner = getTextModeBanner(baseDir)
|
||||||
|
|
||||||
# key shortcuts SHIFT + ALT + [key]
|
# key shortcuts SHIFT + ALT + [key]
|
||||||
httpd.accessKeys = {}
|
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'
|
||||||
|
}
|
||||||
|
|
||||||
httpd.unitTest = unitTest
|
httpd.unitTest = unitTest
|
||||||
httpd.allowLocalNetworkAccess = allowLocalNetworkAccess
|
httpd.allowLocalNetworkAccess = allowLocalNetworkAccess
|
||||||
|
|
Loading…
Reference in New Issue