Post Reply 
newRPL: custom menu format
11-24-2015, 06:48 PM
Post: #1
newRPL: custom menu format
The old CST menu format was simply a list of items:
{ a b c }
Then, each item could be a list with two fields:
{ { a.display a.action } { b.display b.action } { c.display c.action } }
And in turn, the action field could be a list of 3 different actions (normal, left-shifted and right-shifted).
I think, without breaking compatibility, that we can have each item be:
{ a.display a.action a.help } to add pop-up help to each item.

Anything else that we could add?
How could we activate that help from the keyboard?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
newRPL: custom menu format - Claudio L. - 11-24-2015 06:48 PM
RE: newRPL: custom menu format - rprosperi - 11-24-2015, 09:09 PM



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