diff --git a/kjvstudy_org/static/base.js b/kjvstudy_org/static/base.js index b9191f3..e596979 100644 --- a/kjvstudy_org/static/base.js +++ b/kjvstudy_org/static/base.js @@ -682,6 +682,14 @@ document.addEventListener('keydown', function(e) { e.preventDefault(); window.location.href = '/book/Matthew'; break; + case '3': + e.preventDefault(); + window.location.href = '/book/John'; + break; + case '4': + e.preventDefault(); + window.location.href = '/book/Romans'; + break; case '7': e.preventDefault(); window.location.href = '/book/Psalms'; @@ -915,6 +923,8 @@ function showKeyboardHelp() { '
0Homepage
' + '
1Genesis (OT)
' + '
2Matthew (NT)
' + + '
3John
' + + '
4Romans
' + '
7Psalms
' + '
8Proverbs
' + '
9Revelation
' +