You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find it difficult to ingrain the patterns to get to the specific cell.
Proposed Solution
Allow defining a custom grid with one key per cell and allow recursive subcells (manually defined count). Eg using two 3x3 grids, one for each hands leaving out the pinkies. With a sequence of 3/4 characters you get high precision with spatial mapping for honing in on the leaf cell.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
First, I'd like to note that the latest preview release makes defining a two-stage recursive grid through the UI possible, if you haven't tried it out yet.
I will be making the grid system more flexible in the near future, namely the ability to not use subgrids at all (for quick, two-char clicks), and perhaps 3+ levels of recursion on the main grid as well.
Please let me know if I'm understanding your requested functionality correctly, via this example:
User presses A
-> Cell with A then shows a 3x3 subgrid
User presses B
-> The subcell with B then shows a 3x3 grid
User presses C
-> A click is executed at the sub-subcell with C
OR another 3x3 grid is shown, and so on
If my understanding is correct:
I don't quite see how this would make specific cells easier to memorize, so please let me know if I'm missing something.
It also seems like the same thing could be accomplished via a recursive, 3 or 4 stage main grid (with all the characters visible in the leaf cell), rather than recursive subgrids.
The downside of recursive subgrids is that it adds significantly to the time-to-click, as the brain has to do extra processing at each step to find/read/react to the appropriate character. The potential upside is a less noisy overlay, but mouseless is built for speed, and if I were to ever implement recursive subgrids, I would want users to be very well aware of this critical tradeoff.
Problem Description
I find it difficult to ingrain the patterns to get to the specific cell.
Proposed Solution
Allow defining a custom grid with one key per cell and allow recursive subcells (manually defined count). Eg using two 3x3 grids, one for each hands leaving out the pinkies. With a sequence of 3/4 characters you get high precision with spatial mapping for honing in on the leaf cell.
Additional Context
No response
The text was updated successfully, but these errors were encountered: