I was experimenting with using my drawing tablet in Decker (full screen mode), and a few quality of life feature requests came to mind:
- It would be nice to be able to navigate the deck with some sort of toolbar buttons. Things I found myself wishing for:
- New card button. (Currently three clicks, as far as I can tell)
- Next/last buttons. (Gesture navigation is great but it would be nice to be able to navigate without giving up the tool you're working with. Imagine trying to draw a flip book, for example.) I programmed the scroll wheel on my tablet to do this for me.
- Once I had my scroll button programmed to switch cards, I found myself wanting to use other programmable buttons to switch tools, but that would require keyboard shortcuts to switch between the tools.
- Small bug (?): Dragging a draggable canvas triggers navigation.
- A cheat code that let me draw using the colors would of course be nice. :D
- It would be nice to be able to long press or double click on widgets to get at their properties.
It would be neat to have a tool that let you lay out cards in a 2d space or slide show. Perhaps if the navigation toolbar existed (a horizontal bar with four arrows) you could long press a direction to add, insert, or replace a neighboring card. The idea is that there would be some sort of default "connections" module that stored a connection graph for the whole deck.
Also... This whole line of thought kind of makes me think that maybe it would be nice to have a single card that acted as an overlay for every other card in the deck, or perhaps to have each card capable of expressing one overlay card (no opinions on what to do if that card also has an overlay). That way users could customize the deck as a whole, and be very close to adding features to decker itself.