caramen Posted January 3, 2017 Posted January 3, 2017 (edited) What is the key autoit code valu to stroke this key : This key i guess it s called SubMenu key i cant find it in help file Thanks. Edited January 3, 2017 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Malkey Posted January 3, 2017 Posted January 3, 2017 When pressed, the Menu Key or Application key’s primary function is to launch a Context Menu with the keyboard rather than with the usual Right-Mouse Button. See {APPSKEY} in the AutoIt help file in the Send () function. Local $hWnd = WinActivate("") WinWaitActive($hWnd) Send("{APPSKEY}") Sleep(2000) ;or MouseClick("right")
caramen Posted January 3, 2017 Author Posted January 3, 2017 17 hours ago, Subz said: {RWIN} Not requested. 8 hours ago, Malkey said: When pressed, the Menu Key or Application key’s primary function is to launch a Context Menu with the keyboard rather than with the usual Right-Mouse Button. See {APPSKEY} in the AutoIt help file in the Send () function. Local $hWnd = WinActivate("") WinWaitActive($hWnd) Send("{APPSKEY}") Sleep(2000) ;or MouseClick("right") Ty solved. My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now