Currently, the "Touch Mouse Pan and Zoom" mode treats DPad events as mouse
events. I think it's very useful to have the ability to use the DPad for cursor
keys (Left/Right/Up/Down) too.
The attached patch modifies the mode to allow toggling between two states:
- DPad moves mouse (the default), press Tab key to switch to cursor mode.
- DPad moves cursor, press DPad center to switch to mouse mode.
It's a bit clunky to use two different keys to switch, but IMHO this has least
collisions with other key functions. The Tab key wasn't supported in current
versions (see also issue 238), but is very useful for command line editing
together with the arrow keys. The Dpad center isn't needed when the Dpad is
used for arrow keys.
Let me know if you think this should be a fully separate mode, but I think it's
very useful to be able to switch quickly on the fly.
Original issue reported on code.google.com by Klaus.We...@gmail.com on 18 Apr 2011 at 5:37
Original issue reported on code.google.com by
Klaus.We...@gmail.com
on 18 Apr 2011 at 5:37Attachments: