File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 {{- if $File }}
7171 {{- with $File.Path }}
7272 < div id ="top-github-link ">
73- < a class ="github-link " title ='{{ T "Edit-this-page" }} (CTRL+ALT+e ) ' href ="{{ $Site.Params.editURL }}{{ replace $File.Dir "\\ " "/" }}{{ $File.LogicalName }}" target="blank ">
73+ < a class ="github-link " title ='{{ T "Edit-this-page" }} (CTRL+ALT+w ) ' href ="{{ $Site.Params.editURL }}{{ replace $File.Dir "\\ " "/" }}{{ $File.LogicalName }}" target="blank ">
7474 < i class ="fas fa-pen fa-fw "> </ i >
7575 </ a >
7676 </ div >
8383 {{- $toc := (and $hastoc (not $currentDisableToc)) }}
8484 < div id ="breadcrumbs ">
8585 < span id ="sidebar-toggle-span ">
86- < a href ="# " id ="sidebar-toggle " title ='{{ T "Navigation-toggle" }} (CTRL+ALT+m ) '> < i class ="fas fa-bars fa-fw "> </ i > </ a >
86+ < a href ="# " id ="sidebar-toggle " title ='{{ T "Navigation-toggle" }} (CTRL+ALT+n ) '> < i class ="fas fa-bars fa-fw "> </ i > </ a >
8787 </ span >
8888 {{- if $toc }}
8989 < span id ="toc-menu " title ='{{ T "Toc-toggle" }} (CTRL+ALT+t) '> < i class ="fas fa-list-alt fa-fw "> </ i > </ span >
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ function tocEscapeHandler( event ){
526526}
527527
528528function sidebarShortcutHandler ( event ) {
529- if ( event . altKey && event . ctrlKey && event . which == 77 /* m */ ) {
529+ if ( event . altKey && event . ctrlKey && event . which == 78 /* n */ ) {
530530 showNav ( ) ;
531531 }
532532}
@@ -538,7 +538,7 @@ function tocShortcutHandler( event ){
538538}
539539
540540function editShortcutHandler ( event ) {
541- if ( event . altKey && event . ctrlKey && event . which == 69 /* e */ ) {
541+ if ( event . altKey && event . ctrlKey && event . which == 87 /* w */ ) {
542542 showEdit ( ) ;
543543 }
544544}
You can’t perform that action at this time.
0 commit comments