Changed custom key binding config properties to use 'keyCode' instead of 'code'
This commit is contained in:
parent
8bf9986fa2
commit
e48e1e19b9
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ var RevealNotes = (function() {
|
|||
}
|
||||
|
||||
// Open the notes when the 's' key is hit
|
||||
Reveal.addKeyBinding({code: 83, key: 'S', description: 'Speaker notes'}, openNotes);
|
||||
Reveal.addKeyBinding({keyCode: 83, key: 'S', description: 'Speaker notes'}, openNotes);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue