[jawsscripts] Re: Application or Context Menu Key

  • From: "Brian Hartgen" <jaws@xxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Tue, 24 Nov 2020 19:16:42 -0000

Thank you, I will try it. This application seems to differentiate between shift 
F10 and the context menu. When you press shift F10, it brings up another kind 
of menu.

Thank you again.

-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <jawsscripts-bounce@xxxxxxxxxxxxx> On 
Behalf Of Udo Egner-Walter
Sent: 24 November 2020 19:14
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: Application or Context Menu Key

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

__________�

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

Other related posts: