Skip to content

Commit

Permalink
added comments to key codes
Browse files Browse the repository at this point in the history
  • Loading branch information
defaude committed Oct 27, 2014
1 parent 3e39427 commit b8128f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/r800-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}, options),

keys = {
33: settings.prev,
34: settings.next,
116: settings.run,
27: settings.run,
190: settings.blank
33: settings.prev, // page up
34: settings.next, // page down
116: settings.run, // f5
27: settings.run, // escape
190: settings.blank // . (period)
};

$this.on('keydown', function (event) {
Expand Down

0 comments on commit b8128f3

Please sign in to comment.