Adding HOME and END to default hotkeys
This commit is contained in:
parent
88e932a2f7
commit
daefd83be6
@ -51,8 +51,8 @@ Meteor.startup(function() {
|
||||
// Viewport navigation hotkeys
|
||||
scrollDown: 'DOWN',
|
||||
scrollUp: 'UP',
|
||||
scrollLastImage: '',
|
||||
scrollFirstImage: '',
|
||||
scrollLastImage: 'END',
|
||||
scrollFirstImage: 'HOME',
|
||||
previousDisplaySet: 'PAGEUP',
|
||||
nextDisplaySet: 'PAGEDOWN',
|
||||
nextPanel: 'RIGHT',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user