Post Reply 
newRPL: [UPDATED April 27-2017] Firmware for testing available for download
02-08-2017, 03:44 PM (This post was last modified: 02-08-2017 03:48 PM by Claudio L..)
Post: #539
RE: newRPL: [UPDATED January 31-2017] Firmware for testing available for download
(01-31-2017 06:09 PM)Claudio L. Wrote:  Stack manipulation:
Left cursor = ROLL
Right Cursor = ROLLD
Enter = PICK
+/- = Select single element
Space = Start multi selection/End multi selection/Clear selection

Perhaps a clarification would help understand better why ROLL/ROLLD are pretty much the only commands that were implemented for the interactive stack.
Turns out that LEFT moves the element at the cursor to level 1, while RIGHT takes the element in level 1 and brings it back to where the cursor is.
So for instance to rearrange elements anywhere in the stack you point to the first one, press LEFT, then move to the new position and press RIGHT.

To swap 2 non-consecutive elements: go to the first one, press SPACE, then go to the second one, press LEFT, then UP (or DOWN, depending on whether your previous element is above or below) and RIGHT.

There could be other commands needed, one that comes to mind could be to reverse the stack (perhaps the 1/x key?) as follows:
* When no selection is made, reverse between level 1 and the cursor
* When selection is made reverse the order within the selected block

EDIT: I don't think I mentioned that the Back key drops the item at the cursor or the selected block.

Other suggestions welcome.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: [UPDATED January 31-2017] Firmware for testing available for download - Claudio L. - 02-08-2017 03:44 PM



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