Post Reply 
Defining User Function for "a b/c" key?
11-01-2016, 07:13 PM
Post: #1
Defining User Function for "a b/c" key?
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

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
11-01-2016, 07:21 PM
Post: #2
RE: Defining User Function for "a b/c" key?
You need to put "BEGIN" after KEY line

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
11-01-2016, 09:20 PM
Post: #3
RE: Defining User Function for "a b/c" key?
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 ]

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
11-02-2016, 06:05 AM
Post: #4
RE: Defining User Function for "a b/c" key?
This issue has been discussed before: http://www.hpmuseum.org/forum/thread-5261.html
Find all posts by this user
Quote this message in a reply
11-02-2016, 05:24 PM
Post: #5
RE: Defining User Function for "a b/c" key?
(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

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 




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