I wish to have a sequence shortcut for the program I’m developing (in C# .net) to access various buttons in the menu system.
For example:
Ctrl + W, O
First, the user would press Ctrl + W, followed by O
Visual studio uses this method for quite a few of it’s menu shortcuts.
When I am editing a menu however, I’m limited to only one shortcut Ctrl + W or just O, I cannot sequence them.
Is this possible to do with the existing framework?
Simply you could do this:
Things to consider
previous key event.
user input, just like visual studio.