Post Reply 
newRPL: Interactive stack
11-08-2015, 02:27 PM
Post: #7
RE: newRPL: Interactive stack
(11-07-2015 09:27 PM)Han Wrote:  Shift keys have traditionally been used for navigation. What about using alpha for selection instead? What I am imagining is that there is some sort of curser indication the currently focused stack level.

Thinking about it some more, when we are in interactive stack mode, we have the whole keyboard to our disposal, so we could simplify your idea a bit, using less shifted keys. We'll also have the top soft menu available at our disposal.

So the cursor up enters interactive mode. Once there:

Navigation:
* Right-shift up/down goes to top/bottom of stack
* Left-shift up/down moves by pages.
* Up/down just move the cursor.

Selection:
* Select/deselect an item could be +/-, or Space, or Enter (or all of them).
* Perhaps the + key could select/deselect all items below the cursor, until either level 1 or the next selected/deselected item.
* Perhaps the - key could select/deselect all items above the cursor, until either the last used item in the stack, or the next selected/deselected item.

Move/Copy (move=right cursor, copy=left cursor, always consistent):
* Right cursor moves selected items at cursor position.
* Right-shift Right moves selected items to top of the stack (bottom of the stack as seen on the screen).
* Left-shift Right moves selected items to bottom of the stack (top of screen).

* Left cursor copies selected items at cursor position.
* Right-shift Left copies selected items to top of the stack (bottom of the stack as seen on the screen).
* Left-shift Left copies selected items to bottom of the stack (top of screen).

Rotation:
* Alpha-up "rotates" the selected items up one level (if there's no selection, automatically use between level 1 and current item).
* Alpha-down "rotates" the selected items down one level (if there's no selection, automatically use between level 1 and current item).

It's basically the same, with different key assignments. Any comments?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
newRPL: Interactive stack - Claudio L. - 11-06-2015, 01:31 PM
RE: newRPL: Interactive stack - Helix - 11-07-2015, 05:26 PM
RE: newRPL: Interactive stack - rprosperi - 11-07-2015, 09:06 PM
RE: newRPL: Interactive stack - Han - 11-07-2015, 09:27 PM
RE: newRPL: Interactive stack - Claudio L. - 11-08-2015, 03:17 AM
RE: newRPL: Interactive stack - Claudio L. - 11-08-2015 02:27 PM
RE: newRPL: Interactive stack - Han - 11-09-2015, 03:14 PM
RE: newRPL: Interactive stack - Claudio L. - 11-09-2015, 08:26 PM
RE: newRPL: Interactive stack - Claudio L. - 11-24-2015, 06:57 PM
RE: newRPL: Interactive stack - Vtile - 11-07-2015, 09:44 PM



User(s) browsing this thread: 1 Guest(s)