HP Forums
Info Key (shift Apps), re purposed - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Info Key (shift Apps), re purposed (/thread-8184.html)



Info Key (shift Apps), re purposed - AngryNapkin - 04-17-2017 12:50 AM

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.


RE: Info Key (shift Apps), re purposed - cyrille de brébisson - 04-17-2017 05:12 AM

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


RE: Info Key (shift Apps), re purposed - Carlos295pz - 04-19-2017 02:41 AM

RESET //It also does not work
BEGIN
...
END;