paraview-glance
Version:
Web application for Visualizing Scientific and Medical datasets
10 lines (9 loc) • 333 B
JavaScript
export default [
{ key: 'ctrl+o', action: 'files/promptForFiles' },
{ key: 'ctrl+g', action: 'takeScreenshot' },
{ key: 'r', action: 'resetActiveCamera' },
{ key: '.', action: 'increaseSlice' },
{ key: ',', action: 'decreaseSlice' },
{ key: 'b', action: 'previousViewPoint' },
{ key: 'n', action: 'nextViewPoint' },
];