mirror of
https://github.com/flynx/PortableMag.git
synced 2025-12-16 16:41:47 +00:00
added keyboard article navigation...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4befaf6647
commit
e33daaa978
10
index.html
10
index.html
@ -94,8 +94,14 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
36: firstPage, // Home
|
36: firstPage, // Home
|
||||||
35: lastPage, // End
|
35: lastPage, // End
|
||||||
37: prevPage, // Left
|
37: {
|
||||||
39: nextPage, // Right
|
'default': prevPage, // Left
|
||||||
|
'ctrl': prevArticle, // ctrl-Left
|
||||||
|
},
|
||||||
|
39: {
|
||||||
|
'default': nextPage, // Right
|
||||||
|
'ctrl': nextArticle, // ctrl-Right
|
||||||
|
},
|
||||||
32: {
|
32: {
|
||||||
'default': nextPage, // Space
|
'default': nextPage, // Space
|
||||||
'shift': prevPage // shift-Space
|
'shift': prevPage // shift-Space
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user