I have multiple screens in my project, I want to open a specific screen on pressing some shortcut keys (like ctrl+AnykeyButton). So how can I do this programmatically?
Asked
Active
Viewed 88 times
0
-
https://stackoverflow.com/a/6140991/10927635 – vishal Feb 27 '20 at 05:53
-
Do you want to press the shortcut keys programmatically or do you want to add a key equivalent to a menu item? – Willeke Feb 27 '20 at 06:45
-
yes key equivalent – Akram Feb 27 '20 at 07:14
-
What is preventing you from setting the key equivalent of the menu item? – Willeke Feb 27 '20 at 09:09