creates a new branch for the feature
This commit is contained in:
		
							
								
								
									
										20
									
								
								js/reveal.js
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								js/reveal.js
									
									
									
									
									
								
							| @@ -181,16 +181,16 @@ var Reveal = (function(){ | |||||||
|  |  | ||||||
| 		// Holds information about the keyboard shortcuts | 		// Holds information about the keyboard shortcuts | ||||||
| 		keyboard_shortcuts = { | 		keyboard_shortcuts = { | ||||||
| 			'p': "Previous slide", | 			'p': 'Previous slide', | ||||||
| 			'n': "Next slide", | 			'n': 'Next slide', | ||||||
| 			'h': "Navigate left", | 			'h': 'Navigate left', | ||||||
| 			'l': "Navigate right", | 			'l': 'Navigate right', | ||||||
| 			'k': "Navigate up", | 			'k': 'Navigate up', | ||||||
| 			'j': "Navigate down", | 			'j': 'Navigate down', | ||||||
| 			'Home': "First slide", | 			'Home': 'First slide', | ||||||
| 			'End': "Last slide", | 			'End': 'Last slide', | ||||||
| 			'b': "Pause", | 			'b': 'Pause', | ||||||
| 			'f': "Fullscreen" | 			'f': 'Fullscreen' | ||||||
| 		}; | 		}; | ||||||
|  |  | ||||||
| 	/** | 	/** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user