mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-16 19:44:13 +02:00
Changed custom key binding config properties to use 'keyCode' instead of 'code'
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user