IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: jacobBacon
About
User Name: jacobBacon
Forum Rank: Newbie
Real Name:
Location
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Friday, December 16, 2016
Last Visit: Wednesday, February 15, 2017 7:03:07 PM
Number of Posts: 1
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Activate Context Menu
Posted: Friday, December 16, 2016 9:45:24 PM
Is there a method call to activate the context menu? I want to show the context menu when the enter key is pressed instead of using right click. So basically:

function On_AuthenticKeyboardEvent( varKeyEvent, varKeyCode, varKeyStatus )
{
if(varKeyCode == 13){

//Method call to show context menu ???
}
return false;
}

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.