Questions tagged [right-click]

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

A term used to describe the action of pressing down on the right mouse button. The right-click is used to provide additional functionality to a computer's mouse, usually in the form of a drop-down menu containing additional options.

Please read more at: http://www.computerhope.com/jargon/r/righclic.htm

694 questions
5
votes
3 answers

How to trap "open in a new tab" clicks in jquery.click

I have a jquery script that attaches a click event to every link, running an action when the link is clicked. This has been working great, but I just got some betatester feedback that's foiling me. The user was right-clicking on the link and opening…
Jason Butler
  • 5,619
  • 3
  • 22
  • 18
5
votes
6 answers

Can I extend Button to add a RightClick event in such a way that the graphical side effects are also maintained?

I'm trying to extend Button to add a RightClick event. My customer wants a button to do different things depending on if you left-click or right-click. I expected there to be an easy event for right-clicking, but it turns out there's not. I'd…
Grant Birchmeier
  • 17,809
  • 11
  • 63
  • 98
5
votes
3 answers

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 then right clicking on it. The main issue is finding the location of the file in Windows Explorer. I am currently using Autoit v3.3.8.1. My code 's…
Joseph Zeng
  • 59
  • 1
  • 1
  • 3
5
votes
3 answers

Can I override the context menu in Silverlight for all browsers that support Silverlight 2.0?

It seems like a common question on Google, but I couldn't find a satisfactory answer (unless the answer is 'no') I would like to add menu items or show a custom menu when a user right-clicks on my Silverlight app. The closest thing that I found…
NetHawk
  • 1,392
  • 1
  • 15
  • 33
5
votes
1 answer

How to create a context sensitive right-click menu in svelte?

I found this example to create a right-click menu in Svelte, which works fine. It is bound on the whole document body using svelte:body. What I would like to have is a right-click menu only in context of specific Component e.g. a list of steps,…
dvelderp
  • 101
  • 1
  • 6
5
votes
1 answer

Creating Simple Custom Context Menu Commands - How can a VB Script be made to run that uses the file path/name that was right clicked?

I downloaded a file and wanted to verify it's MD5 Checksum. 7Zip's file context menu output doesn't include an MD5 checksum, so I downloaded fciv.exe from the Windows site, and copied it into my System32 folder. Then I went down the rabbit hole of…
Rdt
  • 53
  • 3
5
votes
3 answers

Is there any way to right click inside a folder and open a terminal there on a Mac? (Like the one in ubuntu)

google drive and other program added functionality I think that if google drive and the other program to create text files did that, there should be a way to do the same and add the open in terminal functionality. open in terminal ubuntu…
diegokim
  • 63
  • 1
  • 1
  • 5
5
votes
1 answer

GtkTreeView's row right click

How do I do something when user right click in a treeview's row?
thom
  • 51
  • 1
  • 3
5
votes
1 answer

Right click custom menu is not working properly

Right click menu correctly works with its functions. But the issue is sometimes it is not working properly. In my view if right clicked on the table row checked the checkbox correctly but after I unchecked and try checked again with right click its…
5
votes
3 answers

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/movie files on a selected directory, stores them in a database and then shozs them in an organised way (using QTreeWidgetItem). Program allows you to do some…
magnus
  • 53
  • 1
  • 4
5
votes
3 answers

Right Click on marker - Google Maps V3

I've been trying to get a right click working on my markers but so far it seems that the event just isn't fired. As a workaround I'm currently detecting a right click on the map and then finding the nearest marker and triggering the right click…
5
votes
2 answers

Selenium WebDriver - How to Holds down the RIGHT mouse button?

Using Selenium 2.0 WebDriver (java), I need to test some navigation (rotate, pan...) I need to be able to Holds down the RIGHT button while moving the mouse. Similarly, I need to be able to holds down the MIDDLE button while moving the mouse. It…
5
votes
3 answers

executing .jar file with an argument by mouse right-click on Windows?

I find the ChkBugReport to be very interesting: http://developer.sonymobile.com/knowledge-base/tools/analyse-your-bugreports-with-our-open-source-tool/ so I would like to use it on my Windows7 but in a simple way. In order to use the tool that is in…
g3han
  • 78
  • 1
  • 5
5
votes
2 answers

Disable Shift + Right click in firefox with Javascript

I am working on an RTS game where you can select units and right click to make them go somewhere. You can also shift right click to queue up a list of points you would like the units to travel to. In all browsers except FF this is working…
asutherland
  • 2,849
  • 4
  • 32
  • 50
5
votes
5 answers

IE9 a > span won't trigger right click link menu

Ok, this is going to be an interesting one... Pretty much I seem to have run into an interesting IE bug (feature) involving when a span is inside an anchor eg. Super cool link
csilk
  • 2,732
  • 3
  • 23
  • 40