Question about "User keyboard usage". Beta2 FW
|
11-22-2017, 11:34 AM
Post: #3
|
|||
|
|||
RE: Question about "User keyboard usage". Beta2 FW
(11-21-2017 10:21 PM)dg1969 Wrote: 1) Can we do more inside a KEY redefinition than just a RETURN "blabla_function"?Supposedly yes, but adding code before the RETURN can cause problems especially with integrated interfaces. Example: PRINT, MSGBOX, INPUT, etc It is preferable to just return strings, since that is the purpose of a redefinition. You can return reals like: -2+: Default value -1: It does not do anything 0-50: Default according to key ID 51-101: Default according to key ID + Shift 102-152: Default according to key ID + ALPHA 153-203: Default according to key ID + Shift + ALPHA 204+: Default value Example: K_Ln return 100 → ID 49 + Shift → "_" Code: KEY K_Ln() K_Minus return 5050 → Deafult value → "-" Code: KEY K_Minus() (11-21-2017 10:21 PM)dg1969 Wrote: 2) Where can we find, in the calculator menu, all the redefinitions realized in various programs?There is no menu that summarizes the redefinitions Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Question about "User keyboard usage". Beta2 FW - dg1969 - 11-21-2017, 10:21 PM
RE: Question about "User keyboard usage". Beta2 FW - Joe Horn - 11-22-2017, 04:02 AM
RE: Question about "User keyboard usage". Beta2 FW - Carlos295pz - 11-22-2017 11:34 AM
RE: Question about "User keyboard usage". Beta2 FW - primer - 11-22-2017, 04:42 PM
RE: Question about "User keyboard usage". Beta2 FW - Tyann - 11-22-2017, 06:51 PM
RE: Question about "User keyboard usage". Beta2 FW - Tyann - 11-22-2017, 08:42 PM
RE: Question about "User keyboard usage". Beta2 FW - webmasterpdx - 11-23-2017, 02:47 AM
RE: Question about "User keyboard usage". Beta2 FW - Tim Wessman - 11-23-2017, 04:10 PM
RE: Question about "User keyboard usage". Beta2 FW - Carlos295pz - 11-23-2017, 10:42 PM
RE: Question about "User keyboard usage". Beta2 FW - dg1969 - 11-23-2017, 08:18 PM
|
User(s) browsing this thread: 3 Guest(s)