creates a new branch for the feature
This commit is contained in:
parent
75a53da9e5
commit
ab7efe6bf2
1 changed files with 10 additions and 10 deletions
20
js/reveal.js
20
js/reveal.js
|
@ -181,16 +181,16 @@ var Reveal = (function(){
|
|||
|
||||
// Holds information about the keyboard shortcuts
|
||||
keyboard_shortcuts = {
|
||||
'p': "Previous slide",
|
||||
'n': "Next slide",
|
||||
'h': "Navigate left",
|
||||
'l': "Navigate right",
|
||||
'k': "Navigate up",
|
||||
'j': "Navigate down",
|
||||
'Home': "First slide",
|
||||
'End': "Last slide",
|
||||
'b': "Pause",
|
||||
'f': "Fullscreen"
|
||||
'p': 'Previous slide',
|
||||
'n': 'Next slide',
|
||||
'h': 'Navigate left',
|
||||
'l': 'Navigate right',
|
||||
'k': 'Navigate up',
|
||||
'j': 'Navigate down',
|
||||
'Home': 'First slide',
|
||||
'End': 'Last slide',
|
||||
'b': 'Pause',
|
||||
'f': 'Fullscreen'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue