Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu for shortcuts #334

Open
theodorechle opened this issue Sep 4, 2023 · 7 comments
Open

Menu for shortcuts #334

theodorechle opened this issue Sep 4, 2023 · 7 comments

Comments

@theodorechle
Copy link

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
Copy link

AngeDieu commented Sep 5, 2023

Where and how would you like to see this menu ?

@theodorechle
Copy link
Author

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
Copy link

AngeDieu commented 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

@theodorechle
Copy link
Author

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

@theodorechle
Copy link
Author

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
Copy link
Member

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.

@theodorechle
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants