[jawsscripts] Re: Application or Context Menu Key

  • From: Udo Egner-Walter <udo.egner-walter@xxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 24 Nov 2020 20:13:59 +0100

Hi Brian, 

if you can't use Shift+F10 you can try this: 

Const
WM_CONTEXTMENU = 0x007B

Script ShowContextMenu ()
SendMessage(GetFocus(), WM_CONTEXTMENU, 0, 0)
EndScript 

Change the GetFocus() with the handle of your wish. 

By the way why can't you use Shift+F10?

Udo 



Am 24.11.2020 um 19:16 schrieb Brian Hartgen <jaws@xxxxxxxxxxx>:

Hi to all

Does anyone know please what is the best way of pressing the Applications Key 
in a JAWS script? Unfortunately it cannot be Shift+F10.

Thank you.

Brian Hartgen

__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts


__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: