
widows apps

Keyboard shortcuts can greatly simplify our work flow, but what do you do when you are told to use a shortcut with an obscure key that you are not even sure is on your keyboard? Today’s SuperUser Q&A post has the answer to help a frustrated reader find the key he is looking for.
键盘快捷键可以极大地简化我们的工作流程,但是当系统提示您使用甚至连键盘上都不知道的模糊键来使用快捷键时,您会怎么做? 今天的SuperUser Q&A帖子提供了答案,可以帮助沮丧的读者找到他所寻找的钥匙。
Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.
今天的“问答”环节由SuperUser提供,它是Stack Exchange的一个分支,该社区是由社区驱动的Q&A网站分组。
Photo courtesy of Blake Patterson (Flickr).
图片由Blake Patterson(Flickr)提供 。
问题 (The Question)
SuperUser reader Shaun Luttin wants to know where the Apps Key is located at on Microsoft-oriented keyboards:
超级用户读者Shaun Luttin想要知道Apps键在面向Microsoft的键盘上的位置:
ConEmu has a shortcut for renaming the current tab. It is Apps Key + R. I have never seen an Apps Key on any keyboard. Where is it located at?
ConEmu具有用于重命名当前选项卡的快捷方式 。 它是Apps Key +R 。 我从未在任何键盘上看到过Apps键。 它在哪里?
Where is the Apps Key located at on Microsoft-oriented keyboards?
面向Microsoft的键盘上的Apps键在哪里?
答案 (The Answer)
SuperUser contributor Ramhound has the answer for us:
超级用户贡献者Ramhound为我们提供了答案:
In computing, the Menu Key or Application Key is a key found on Microsoft Windows-oriented computer keyboards, introduced at the same time as the Windows Logo Key. Its symbol is usually a small icon depicting a pointer hovering above a menu, and it is typically found on the right side of the keyboard between the right Windows Logo Key and the right Control Key (or between the right Alt Key and the right Control Key). While the Windows Logo Key is present on the vast majority of keyboards intended for use with the Windows operating system, the Menu Key is frequently omitted in the interest of space, particularly on portable and laptop keyboards.
在计算中,“菜单键”或“应用程序键”是在面向Microsoft Windows的计算机键盘上找到的键,与Windows徽标键同时引入。 它的符号通常是一个小图标,描绘着一个指针悬停在菜单上方,并且通常在键盘的右侧Windows徽标键和右侧控制键之间(或右侧Alt键和右侧控制键之间)找到)。 尽管Windows徽标键存在于打算与Windows操作系统一起使用的绝大多数键盘上,但为了节省空间,经常省略菜单键,尤其是在便携式和笔记本电脑键盘上。
The key’s primary function is to launch a Context Menu with the keyboard rather than with the usual Right-Mouse Button. It can be used when the Right-Mouse Button is not present on a mouse.
该键的主要功能是使用键盘而不是通常的右键鼠标按钮来启动上下文菜单。 当鼠标上没有鼠标右键时,可以使用它。
Some Windows public terminals do not have a Menu Key on their keyboard in order to prevent users from right clicking; however, in many Windows applications, a similar functionality can be invoked with the Shift + F10 keyboard shortcut, or sometimes Ctrl + Shift + F10.
某些Windows公共终端的键盘上没有菜单键,以防止用户右键单击。 但是,在许多Windows应用程序中,可以使用Shift + F10键盘快捷键或有时按Ctrl + Shift + F10调用类似的功能。
Some laptop computers include a menu function on the Fn Key (usually operated by pressing Shift + Fn), however, this generally invokes functions built into the vendor’s software and is not the same as the key described above. For example, the Logitech Illuminated Keyboard has an Fn Key where the Menu Key is usually found, pressing it together with the Print Screen Key (above Home) produces the Menu Key function.
一些便携式计算机在Fn键上包含菜单功能(通常通过按Shift + Fn键进行操作 ),但是,这通常会调用供应商软件中内置的功能,并且与上述键不同。 例如,Logitech发光键盘具有一个Fn键,通常可在其中找到菜单键,然后将其与“打印屏幕键”(位于主页上方)一起按下即可产生菜单键功能。
Programmers using the Windows API can intercept this key by looking for a WM_KEYDOWN message with wParam VK_APPS (defined as 0x5D in winuser.h). It has the key code 117 (0x75).
使用Windows API的程序员可以通过查找带有wParam VK_APPS的WM_KEYDOWN消息(在winuser.h中定义为0x5D)来拦截该密钥。 它具有键代码117(0x75)。
![]()
Source: Wikipedia – Menu Key
来源: 维基百科–菜单键
Have something to add to the explanation? Sound off in the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.
有什么补充说明吗? 在评论中听起来不错。 是否想从其他精通Stack Exchange的用户那里获得更多答案? 在此处查看完整的讨论线程 。
widows apps