[GH-ISSUE #334] Menu for shortcuts #150

Open
opened 2026-05-06 13:15:49 +02:00 by BreizhHardware · 7 comments

Originally created by @theodorechle on GitHub (Sep 4, 2023).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/334

Can you add a menu to be able to see the shortcuts (and what they do) on the calculator, to modify them and disable them ?

Originally created by @theodorechle on GitHub (Sep 4, 2023). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/334 Can you add a menu to be able to see the shortcuts (and what they do) on the calculator, to modify them and disable them ?
Author
Owner

@AngeDieu commented on GitHub (Sep 5, 2023):

Where and how would you like to see this menu ?

<!-- gh-comment-id:1706235030 --> @AngeDieu commented on GitHub (Sep 5, 2023): Where and how would you like to see this menu ?
Author
Owner

@theodorechle commented on GitHub (Sep 5, 2023):

I think it can be in the parameters.
A list who contains each shortcut, the description and a button to disable it. I think by pressing OK/EXE on the shortcut, we can change it.

<!-- gh-comment-id:1706959024 --> @theodorechle commented on GitHub (Sep 5, 2023): I think it can be in the parameters. A list who contains each shortcut, the description and a button to disable it. I think by pressing OK/EXE on the shortcut, we can change it.
Author
Owner

@AngeDieu commented on GitHub (Sep 9, 2023):

  • I can make the menu listing the shortcuts, but I don't know them all.
  • I'm not able to do the enabling/disabling shortcuts feature
<!-- gh-comment-id:1712533937 --> @AngeDieu commented on GitHub (Sep 9, 2023): - I can make the menu listing the shortcuts, but I don't know them all. - I'm not able to do the enabling/disabling shortcuts feature
Author
Owner

@theodorechle commented on GitHub (Sep 9, 2023):

OK thanks, it will be a great start.
I will try to do a list of all shortcuts I know, but not now.

<!-- gh-comment-id:1712535884 --> @theodorechle commented on GitHub (Sep 9, 2023): OK thanks, it will be a great start. I will try to do a list of all shortcuts I know, but not now.
Author
Owner

@theodorechle commented on GitHub (Sep 9, 2023):

List of shortcuts :

Global:
-shift + 7/8/9/4/5/6/1/2/3/0/./*10^x -> jump to an application
-shift + Ans -> switch between the last 2 applications used
-shift + -/+ -> change the luminosity
-shift + home -> go to the calculation application
-shift + ( -> create an opening and an closing parenthesis and set the curser between them
-shift + 9 -> in an input, write an omega
-shift + backspace -> In calculation, functions, RPN, equations and sequences it delete the entire line where the curser is, while in python, statistics and regression it will first delete all in the line to the right of the curser

Calculation:
-shift + back -> restore the last result
-shift + backspace -> delete all the results and don't save the last

Python:
-shift + back -> restore the last script

That's all a found for now. Maybe I will discover or remember others later.
Feel free to add some in a comment.

<!-- gh-comment-id:1712541485 --> @theodorechle commented on GitHub (Sep 9, 2023): List of shortcuts : Global: -shift + 7/8/9/4/5/6/1/2/3/0/./*10^x -> jump to an application -shift + Ans -> switch between the last 2 applications used -shift + -/+ -> change the luminosity -shift + home -> go to the calculation application -shift + ( -> create an opening and an closing parenthesis and set the curser between them -shift + 9 -> in an input, write an omega -shift + backspace -> In calculation, functions, RPN, equations and sequences it delete the entire line where the curser is, while in python, statistics and regression it will first delete all in the line to the right of the curser Calculation: -shift + back -> restore the last result -shift + backspace -> delete all the results and don't save the last Python: -shift + back -> restore the last script That's all a found for now. Maybe I will discover or remember others later. Feel free to add some in a comment.
Author
Owner

@Yaya-Cout commented on GitHub (Sep 9, 2023):

To get the list of global shortcut, you can look at the apps_container.cpp file. Te Shift + Back shortcut is present in functions, and maybe sequences.

<!-- gh-comment-id:1712542093 --> @Yaya-Cout commented on GitHub (Sep 9, 2023): To get the list of global shortcut, you can look at the `apps_container.cpp` file. Te Shift + Back shortcut is present in functions, and maybe sequences.
Author
Owner

@theodorechle commented on GitHub (Sep 9, 2023):

thanks for the file and yes I forgot the shortcut it is in other apps

<!-- gh-comment-id:1712542329 --> @theodorechle commented on GitHub (Sep 9, 2023): thanks for the file and yes I forgot the shortcut it is in other apps
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#150
No description provided.