如果还提供了类似的鼠标行为约定列表,那将是理想的选择. (例如,双击单词=选择单词)解决方案 键盘用户界面设计准则.它包含有关创建键盘界面的建议,并在文章的底部包含了应用程序应支持的标准快捷键的列表.Let's say I'm developing a new desktop application for Windows. Is there a list somewhere that I can consult (either from Microsoft or a 3rd party) of keyboard shortcuts that all Windows applications should support?(Note: When I say "all Windows applications" here, I really mean "all Windows applications where a particular keyboard shortcut makes sense." For example, a standard "Begin debug session" shortcut might make sense across IDE applications such as Visual Studio and Eclipse, but not for other types of applications such as Notepad or Firefox. Also, it might not make sense for certain specialized applications that have their own complete custom sets of keyboard shortcuts, such as vi, to follow some of the standard conventions followed by other applications.)For example, I would argue that where it makes sense, Windows applications should support the following keyboard shortcuts, because they are de facto standards that most other applications support (just a partial list):From anywhere: - Show Help + - Close applicationWhile editing text: + - Select all text (in current field, if applicable) + / - Move caret to start/end of current field + - Select text between the previous caret position and the new caret positionWhile an item that can be edited or renamed is selected: - Rename or edit the current itemWhile a child window or tab has the focus in a multi-window / multi-tab application: + - Close the current window/tab + - Close the current window/tab + / + + - Activate next/previous window/tabAnd so on. (Again, these are just partial lists -- I think many more de facto standard shortcuts exist.)So: Is there a more complete list of these types of de facto standard keyboard shortcuts for Windows applications, that can be used by developers as a starting point for determining the keyboard shortcuts that a new application being developed should support?If a similar list of conventions for mouse behavior were available as well, that would be ideal. (e.g. double-left-click word = select word) 解决方案 Guidelines for Keyboard User Interface Design. It contains recommendations for creating keyboard interfaces and contains, towards the bottom of the article, a list of standard shortcut keys that applications should support. 这篇关于Windows应用程序的事实上的标准键盘快捷键列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-28 06:42