Post Reply 
How to make a single parenthesis in HP PRIME?
05-07-2023, 01:45 AM
Post: #1
How to make a single parenthesis in HP PRIME?
There is a key where you can do both parenthesis "( )", however how do I go about doing just one either "(" or ")".
Find all posts by this user
Quote this message in a reply
05-07-2023, 01:07 PM (This post was last modified: 05-07-2023 01:10 PM by rawi.)
Post: #2
RE: How to make a single parenthesis in HP PRIME?
You can go to Sift Chars and select a single paranthesis. But IMHO this is more effort than to make two parentheses and then delete one.
Find all posts by this user
Quote this message in a reply
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 




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