https://msdn.microsoft.com/en-us/library/windows/desktop/bb(v=vs.85).aspx
加速键/热键一般是ALT+LETTER,一般是调出UI资源,提供用户进行下一步的点选操作;比如打开菜单一般是ALT+F;
快捷键不与UI操作相关,程序可以直接获得快捷键按下的结果,比如功能键F1-F12,一般是WM_CHAR消息。
Shortcut Keys -快捷键
Shortcut keys (sometimes erroneously referred to as accelerator keys or hot keys) are keys or key combinations that users can press for quick access to actions.
Shortcut keys differ from access keys. Access keys are assigned to every control so that the user can use the keyboard to move through the UI quickly. Shortcut keys allow the user to perform a common action without having to go through the UI, but they are not available for every command. Most access keys are associated with the modifier key ALT, and most shortcut keys are associated with the modifier key CTRL. CTRL+letter combinations and function keys (F1 through F12) are usually the best choices for shortcut keys.
Some keyboards also support three new keys: the Application key and the two Windows keys. The primary use for the Application key is to display the shortcut menu for the current selection (the same as pressing SHIFT+F10). You may also use it with modifier keys for program-specific functions. Pressing either of the Windows keys—left or right—displays the Start menu. These keys are also used by the system as modifiers for system-specific functions.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/31089.html