Onde está a chave do Apps em um teclado padrão da Microsoft?

34

O ConEmu tem um atalho para renomear a guia atual. São Aplicativos + R . Eu nunca vi uma tecla Apps em nenhum teclado. Onde está?

    
por Shaun Luttin 03.03.2015 / 17:41

5 respostas

46

In computing, the menu key or application key (≣ Menu) is a key found on Microsoft Windows-oriented computer keyboards, introduced at the same time as the Windows logo (Windows Key) 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 (Windows Key) and the right Ctrl key (or between the right Alt key and the right Ctrl key).

While the Windows 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.

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 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.

Some laptop computers include a menu function on the Fn key (usually operated by typing ⇧ 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 FN together with the keyboard’s print screen key (PrtScr, above Home) produces the ≣ Menu key function.

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 key code 117 (0x75).

Fonte: Wikipedia - tecla Menu

    
por 03.03.2015 / 17:49
16

É outro nome para a tecla Menu. ( link )

Normalmente, tem uma foto do menu do botão direito do mouse sobre ele.

    
por 03.03.2015 / 17:49
3
por 06.02.2016 / 19:35
2

A tecla "APPS" também é conhecida como "Tecla de Menu de Contexto". Isso pode esclarecer (1) que faz o que um botão direito do mouse faz, revela o menu de contexto para o contexto atual e (2) que o que você vê depende do contexto - o que tem o foco (janela ativa em foco, arquivo selecionado / item da árvore de diretórios, etc.) e (3) para aqueles que às vezes FAZEM uso intencional da função do menu de contexto, que tipo de coisas podem ser realizadas através do uso da tecla "APPS". Além disso, (4) pode sugerir os métodos muitas vezes ignorados para adicionar mais ou alterar o desempenho das opções do menu de contexto para o contexto atual.

bon appetite

    
por 11.03.2015 / 20:29
-2

No meu Pavilion g7, ele mostra apenas o ícone do menu sem o ponteiro do mouse, mas age exatamente como um clique do botão direito do mouse. E sim, está entre os Alt & Teclas Ctrl.

    
por 06.03.2015 / 17:48