Post Reply 
Info Key (shift Apps), re purposed
04-17-2017, 12:50 AM
Post: #1
Info Key (shift Apps), re purposed
Is it possible to create a custom function to re purpose the Info key like you can the View key in an app?

The manual is pretty vague in the topic, and only goes into how to do it for the View key.

I tried
Info()
BEGIN
MSGBOX("INFO PRESSED");
END;

I tried
Infoview()
BEGIN
MSGBOX("INFO PRESSED");
END;


they dont seem to execute.
Find all posts by this user
Quote this message in a reply
04-17-2017, 05:12 AM
Post: #2
RE: Info Key (shift Apps), re purposed
Hello,

Sorry, but I just looked in the source code and there is no app programatic override for the view key.

You can override it as a user key however.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
04-19-2017, 02:41 AM
Post: #3
RE: Info Key (shift Apps), re purposed
RESET //It also does not work
BEGIN
...
END;

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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