chore(hotkeys): Change hotkey command names for Next / Previous Image Viewport
This commit is contained in:
parent
eae9df2c3f
commit
b6eecf8c8f
@ -193,11 +193,11 @@ Meteor.startup(function() {
|
|||||||
disabled: () => !canMoveDisplaySets(true)
|
disabled: () => !canMoveDisplaySets(true)
|
||||||
},
|
},
|
||||||
nextPanel: {
|
nextPanel: {
|
||||||
name: 'Next Panel',
|
name: 'Next Image Viewport',
|
||||||
action: () => panelNavigation.loadNextActivePanel()
|
action: () => panelNavigation.loadNextActivePanel()
|
||||||
},
|
},
|
||||||
previousPanel: {
|
previousPanel: {
|
||||||
name: 'Previous Panel',
|
name: 'Previous Image Viewport',
|
||||||
action: () => panelNavigation.loadPreviousActivePanel()
|
action: () => panelNavigation.loadPreviousActivePanel()
|
||||||
}
|
}
|
||||||
}, true);
|
}, true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user