如何在 Azure 门户上使用键盘快捷键在德语键盘上进行搜索?
How to use Keyboard Shortcut on azure portal to search on german keyboard?
Azure Portal 在资源组窗格中有一个搜索字段。占位符说我可以使用 Ctrl + / 访问它。
在德文键盘布局中,/ 可以使用 shift + 7 打印。
我需要按哪些键才能进入搜索框?
目前,德语键盘不支持使用此快捷方式。但是工程团队已经按照这个 issue 进行了计划,反馈如下:
I just got word from the engineering owner that they have added this
to their "work item" backlog to complete this semester. They will be
also be adding CTRL + SHIFT + / as a shortcut. For now this will be
tagged as a known issue. Will respond as I get more updates. We will
close this issue for now but reply if you have any followup questions.
由于 Azure 门户在 2021 年似乎仍然存在我的德语键盘问题,我为 tampermonkey 实现了一个小用户脚本来为我解决这个问题。
目前它只支持几个快捷键,但我使用新的快捷键使其易于扩展:
https://gist.github.com/tkoenig89/d9c2eaa9f37538abc2163ecd4e6fb28c
我在查看资源组时实际上看到了两个搜索字段。
- 对于最上面的那个(搜索所有资源、服务和文档),我的解决方法是 G+。 (将焦点移至 header)然后选择标签。
- 对于下面的(仅搜索资源组列表),我的解决方法是 G+,(将焦点移至列表 header),然后按 tab。
(如果您已经在其中一个搜索字段中,则 G+ 快捷方式不起作用 - 在这种情况下,先使用选项卡移动到其他地方)
(G+. 表示按住“g”然后再按“.”(点))
Azure Portal 在资源组窗格中有一个搜索字段。占位符说我可以使用 Ctrl + / 访问它。
在德文键盘布局中,/ 可以使用 shift + 7 打印。
我需要按哪些键才能进入搜索框?
目前,德语键盘不支持使用此快捷方式。但是工程团队已经按照这个 issue 进行了计划,反馈如下:
I just got word from the engineering owner that they have added this to their "work item" backlog to complete this semester. They will be also be adding CTRL + SHIFT + / as a shortcut. For now this will be tagged as a known issue. Will respond as I get more updates. We will close this issue for now but reply if you have any followup questions.
由于 Azure 门户在 2021 年似乎仍然存在我的德语键盘问题,我为 tampermonkey 实现了一个小用户脚本来为我解决这个问题。
目前它只支持几个快捷键,但我使用新的快捷键使其易于扩展:
https://gist.github.com/tkoenig89/d9c2eaa9f37538abc2163ecd4e6fb28c
我在查看资源组时实际上看到了两个搜索字段。
- 对于最上面的那个(搜索所有资源、服务和文档),我的解决方法是 G+。 (将焦点移至 header)然后选择标签。
- 对于下面的(仅搜索资源组列表),我的解决方法是 G+,(将焦点移至列表 header),然后按 tab。
(如果您已经在其中一个搜索字段中,则 G+ 快捷方式不起作用 - 在这种情况下,先使用选项卡移动到其他地方) (G+. 表示按住“g”然后再按“.”(点))