HP Forums

Full Version: Defining User Function for "a b/c" key?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry if this has been answered before but I searched and couldn't find it. I can't seem to define the "a b/c" key to do anything. I have version 10637 of the Prime software and when I define a b/c, nothing happens when I'm in user mode and press it. Is it supposed to work for that key?

Code:
KEY K_Abc()
RETURN "Hello";
END;

Tom L
You need to put "BEGIN" after KEY line
So far is not allowed to create a user key for:
+/- [ K_Neg ]
a b/c [ K_Abc ]
Shift + a b/c [ KS_Abc ]

Do not know if there is a reason for it.

Additional Information
Application for management of an User Keyboard additional [ HERE ]
This issue has been discussed before: http://www.hpmuseum.org/forum/thread-5261.html
(11-01-2016 07:21 PM)eried Wrote: [ -> ]You need to put "BEGIN" after KEY line

You're right. Even when I include the BEGIN, though, a b/c isn't mappable as a user key.

Tom L
Reference URL's