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
|
// Viewport navigation hotkeys
|
||||||
scrollDown: 'DOWN',
|
scrollDown: 'DOWN',
|
||||||
scrollUp: 'UP',
|
scrollUp: 'UP',
|
||||||
scrollLastImage: '',
|
scrollLastImage: 'END',
|
||||||
scrollFirstImage: '',
|
scrollFirstImage: 'HOME',
|
||||||
previousDisplaySet: 'PAGEUP',
|
previousDisplaySet: 'PAGEUP',
|
||||||
nextDisplaySet: 'PAGEDOWN',
|
nextDisplaySet: 'PAGEDOWN',
|
||||||
nextPanel: 'RIGHT',
|
nextPanel: 'RIGHT',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user