viscenter / layered-viewer

(Archive Repository) Registered image viewer based on OpenSeadragon
https://gitlab.com/educelab/vislayers
Other
6 stars 1 forks source link

keyboard shortcuts #6

Closed stephenrparsons closed 9 years ago

stephenrparsons commented 9 years ago

Must be compatible with existing OpenSeadragon shortcuts. We can either override those, or (preferred) add our own that do not interfere with the existing.

stephenrparsons commented 9 years ago

For the image set navigation shortcuts, we first need to do #9 to have JSONs to work with, and then #7 to have navigation functions to move in between images. the keyboard shortcuts can then simply call the existing navigation functions

stephenrparsons commented 9 years ago

once these are finalized they need to be made clear in the interface so the user can figure them out

stephenrparsons commented 9 years ago

Our keyboard shortcuts/controls:

shift+scroll: resize clipping region
c:            alternate clipping region between circle/square
i/k:          increment/decrement secondary layer index
l/j:          increment/decrement primary layer index
m/n:          increment/decrement page index

OpenSeadragon builtin keyboard shortcuts (not overridden by us, still work): https://openseadragon.github.io/examples/ui-keyboard-navigation/

Closing #6.