Creating a basic GUI to display shortcuts
Posted: Mar 9th, ’25, 05:28
Hello community, I am a beginner, new to this program and this family. I have a very specific task to be achieved because of my bad memory of remembering too many shortcuts in different programs.
I want to achieve the following task :
Objective: when clicked alt + h, it will show a list of all shortcuts I have mentioned for a specific program
The look of this message box or GUI:
1. Window Title of the dialog box : Shortcut List
2. It should have tabs for different program names such as Firefox, explorer, MATLAB, ANSYS, etc.
3. In each tab, there is a list of shortcut keys that I use most frequently. I should be able to add or type the keys manually in the list.
4. The dialogue box appears in the upper right corner of the screen and remains always on top until closed.
5. The dialogue box must be resizable.
Please guide me on how it can be done and where do I start? If someone can create a basic code which I can play or tweak, it will be really helpful!
Thanks community!
I want to achieve the following task :
Objective: when clicked alt + h, it will show a list of all shortcuts I have mentioned for a specific program
The look of this message box or GUI:
1. Window Title of the dialog box : Shortcut List
2. It should have tabs for different program names such as Firefox, explorer, MATLAB, ANSYS, etc.
3. In each tab, there is a list of shortcut keys that I use most frequently. I should be able to add or type the keys manually in the list.
4. The dialogue box appears in the upper right corner of the screen and remains always on top until closed.
5. The dialogue box must be resizable.
Please guide me on how it can be done and where do I start? If someone can create a basic code which I can play or tweak, it will be really helpful!
Thanks community!