Swap keys

main
Bob Mottram 2021-04-23 14:22:36 +01:00
parent 9b0a41a2b7
commit b5c5a1c34f
1 changed files with 2 additions and 2 deletions

View File

@ -14671,8 +14671,8 @@ def runDaemon(brochMode: bool,
# key shortcuts SHIFT + ALT + [key]
httpd.accessKeys = {
'Page up': '.',
'Page down': ',',
'Page up': ',',
'Page down': '.',
'submitButton': 'y',
'followButton': 'f',
'blockButton': 'b',