mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-01 06:24:04 +00:00
deploy: bd70949313
This commit is contained in:
parent
c76ab2c003
commit
de87686ddd
317 changed files with 8572 additions and 8570 deletions
js
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue