Quote:
Originally Posted by OrcaBlue
Need ability to switch between "panning mode" and "pen mode" from the status bar.
|
I would like to get some feedback on how to best implement a shortcut for the various pen modes. Let me explain the problem:
In the document viewer (UDS), the stylus can be in one of the following modes:
- pencil
- eraser
- panning
- zooming
- nothing
In the Notepad app, it is easy: the stylus can be either a pencil or an eraser, so switching by clicking on the icon is unambiguous.
In the document viewer, it's not that easy. There is no logical 'next state' to be defined. If you're in pencil mode, you may want to either go back to 'nothing' or go to 'eraser'. When you're zoomed in, you may want to switch between 'panning' and 'nothing', but you may also want to enable the pencil.
What we could do is by clicking the icon it will cycle through the modes which are available in the current state, which may be (depending on your settings):
nothing, pencil, eraser, panning, (zooming)
I would personally exclude zooming from the list, as you don't need that too often.
Comments, thoughts? I cannot promise this will make it into 2.0 (since that's mostly finalized) but if it doesn't make it we will certainly look at this for the next version.