Shortcut keys for menu items? (WinAPI)
- by user146780
How can I add shortcut keys to my menu items. I notice that many applications have:
New ctrl+N
Open ctrl+O
Do I write the endings (like ctrl+N) myself and handle WM_KEYDOWN or is there a magical way to do it with resources?
Thanks