Post Reply 
Prime userkeys with embedded escape characters?
02-10-2021, 06:35 PM (This post was last modified: 02-11-2021 12:53 PM by Wes Loewer.)
Post: #2
RE: Prime userkeys with embedded escape characters?
I have longed for the the ability for assigned keys to be able to automatically run without the need to press Enter afterwards while in RPN mode. For example, say I have a program called ASIN2 that I want to run when Shift-Sin is pressed. I could use this:

Code:
KEY KS_Sin()
BEGIN
 RETURN "ASIN2";
END;

In RPN, I'd like to be able to execute the ASIN2 program by just pressing Shift-Sin as you would have with other RPN/RPL calculators. Instead, you have to press Shift-Sin followed by Enter.

This could be fixed by allowing something like this:
Code:
 RETURN "ASIN2\n";

This would be exceedingly useful. If anyone knows how to accomplish this, please let me know.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Prime userkeys with embedded escape characters? - Wes Loewer - 02-10-2021 06:35 PM



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