-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
弹出菜单键盘导航 #24
Comments
现在可以使用快捷键了。默认快捷键为 Shift+Alt+O ,可在扩展管理页面(注意:不是选项页面)修改。 Shortcut keys are now available. The default shortcut is "Shift+Alt+O" for opening the popup menu. This shortcut can be changed in extension management page (not the options page!). |
能不能记忆上一次选择的项目, 这样项目多的话也不需要从顶部一个个按下来 |
@debugzxcv 好主意,那么我就改成默认选中当前情景模式吧。 |
v2.2.9 改成默认选中当前情景模式了。 |
虚拟情景模式和临时规则的弹出列表不能用JK键导航 另外用T键弹出临时规则时也应该能用JK选择子项 |
回车可以打开菜单项目的弹出列表,用 TAB 键和 SHIFT+TAB 键可以在子项目中切换。 |
回车可以打开临时规则弹出列表,但是虚拟情景模式的弹出列表怎么办? |
选中虚拟情景模式的时候 TAB 然后回车即可。 |
English title: Keyboard navigation in the popup menu.
现在的弹出菜单还不能用方向键或者 tab 键选择项目,不是很方便。之后可以试试看做这个,顺便加上默认快捷键,就相当于实现快捷键操作了。
For now, the popup menu items cannot be navigated using arrow keys or tab. We can add this feature later so that switching profiles without mouse would be possible.
The text was updated successfully, but these errors were encountered: