mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #334] Menu for shortcuts #150
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ?
@AngeDieu commented on GitHub (Sep 5, 2023):
Where and how would you like to see this menu ?
@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.
@AngeDieu commented on GitHub (Sep 9, 2023):
@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.
@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.
@Yaya-Cout commented on GitHub (Sep 9, 2023):
To get the list of global shortcut, you can look at the
apps_container.cppfile. Te Shift + Back shortcut is present in functions, and maybe sequences.@theodorechle commented on GitHub (Sep 9, 2023):
thanks for the file and yes I forgot the shortcut it is in other apps