Top "Right-click" questions

A right-click is pressing the right or secondary button on a mouse.

JS: detect right click without jQuery (inline)

I'm calling a function, that builds a table which includes several links. I want to check if a link has …

javascript right-click mousedown
Positioning of Context menu

I have developed a right click context menu in javascript for table .The position of context menu is at the …

javascript right-click contextmenu
Dynamic Context Menu on Treeview Nodes

Duplicate Of : Find node clicked under context menu I've got a context menu on a Treeview, when the user right …

.net winforms treeview contextmenu right-click
Can't use jquery's click event handler to detect right click

In trying to detect a right mouse click with jquery, I noticed that the click event handler doesn't seem to …

javascript jquery event-handling right-click
adding my program to right-click menu

with right click menu, I mean this: I dont really know what its called, but i hope its right click …

c# windows contextmenu right-click
How to Right click of File in Windows Explorer by AutoIt

I wish to simulate a right click on a file. This is done by opening a Windows Explorer window and …

autoit right-click
delphi - how do you find out which TPopupMenu a TMenuItem belongs to

Should be simple enough but I can't see it. You can find out the component that was right-clicked on to …

delphi menuitem right-click popupmenu
I want to implement right click menus on QTWidgetItems

I am working on a uni project and our goal is to make a program that scans all img/video/…

qt right-click
Chrome - "Save As..." disabled in right click menu when using a "data" url

If you paste the following into the url bar in chrome and try to do right click-> save as... …

google-chrome right-click data-uri save-as
Right Clicking on JButton

trying to add a mouseAdapter to a JButton for a right click to flag the cell. Problem is when I …

java swing jbutton right-click mouselistener