This commit is contained in:
McShelby 2022-10-08 20:51:04 +00:00
parent c76ab2c003
commit de87686ddd
317 changed files with 8572 additions and 8570 deletions

View file

@ -526,7 +526,7 @@ function tocEscapeHandler( event ){
}
function sidebarShortcutHandler( event ){
if( event.altKey && event.ctrlKey && event.which == 77 /* m */ ){
if( event.altKey && event.ctrlKey && event.which == 78 /* n */ ){
showNav();
}
}
@ -538,7 +538,7 @@ function tocShortcutHandler( event ){
}
function editShortcutHandler( event ){
if( event.altKey && event.ctrlKey && event.which == 69 /* e */ ){
if( event.altKey && event.ctrlKey && event.which == 87 /* w */ ){
showEdit();
}
}