mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-10-31 03:50:16 +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 | ||||
| 				35: lastPage, 											//	End | ||||
| 				37: prevPage,											//	Left | ||||
| 				39: nextPage,											//	Right | ||||
| 				37: { | ||||
| 					'default': prevPage,								//	Left | ||||
| 					'ctrl': prevArticle,								//	ctrl-Left | ||||
| 				}, | ||||
| 				39: { | ||||
| 					'default': nextPage,								//	Right | ||||
| 					'ctrl': nextArticle,								//	ctrl-Right | ||||
| 				}, | ||||
| 				32:	{ | ||||
| 					'default': nextPage,								//	Space | ||||
| 					'shift': prevPage									//	shift-Space | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user