HP Forums

Full Version: Reset HP50G Keys
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to write a program by selecting Right Shift - << >>.
However, I must have overwritten the key and Right Shift - <<>> = HMS+.

How do I reset the keys to have access to the parenthesis?

Thanks in Advance!
(09-08-2019 03:35 PM)kelly_0003 Wrote: [ -> ]Hello,

I am trying to write a program by selecting Right Shift - << >>.
However, I must have overwritten the key and Right Shift - <<>> = HMS+.

How do I reset the keys to have access to the parenthesis?

Thanks in Advance!

If you've reassigned the key in USR mode, can't you just disable USR, with ↰ ALPHA (USER)?

Or system flag -62.

Key#nn.n DELKEYS will remove an assignment. Get the key number using 0 WAIT.

The key number for ↱≪≫ is 95.3, so 95.3 DELKEYS would remove the assignment for that.

0 DELKEYS deletes all key assignments
Reference URL's