diff --git a/kjvstudy_org/static/base.js b/kjvstudy_org/static/base.js index 11ac01f..7935dc1 100644 --- a/kjvstudy_org/static/base.js +++ b/kjvstudy_org/static/base.js @@ -682,6 +682,10 @@ document.addEventListener('keydown', function(e) { e.preventDefault(); window.location.href = '/book/Matthew'; break; + case '9': + e.preventDefault(); + window.location.href = '/book/Revelation'; + break; case '`': e.preventDefault(); var toggle = document.getElementById('sidebar-toggle'); @@ -903,6 +907,7 @@ function showKeyboardHelp() { '
0Homepage
' + '
1Genesis (OT)
' + '
2Matthew (NT)
' + + '
9Revelation
' + '
bBooks
' + '
sStories
' + '
rResources
' +