Post Reply 
How to make a single parenthesis in HP PRIME?
05-07-2023, 03:01 PM
Post: #3
RE: How to make a single parenthesis in HP PRIME?
Bonjour
Personnellement j'utilise un programme pour redéfinir certaines touches du clavier et dans lequel j'ai :

Hello
I personally use a program to redefine certain keys on the keyboard and in which I have :

Code:
KEY K_Paren()
BEGIN 
RETURN "(";
END;

KEY KS_Paren()
BEGIN 
RETURN ")";
END;

Ensuite
Then

'Shift' 'Help' '()' renvoie (
'Shift' 'Help' 'Shift' '()' renvoie )

Assez pratique pour moi.
Pretty handy for me.

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to make a single parenthesis in HP PRIME? - Tyann - 05-07-2023 03:01 PM



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