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
8
votes
4 answers

Show the default right-click menu - Delphi

I have a Listbox which contain a list of files . can i access the Windows right-click menu in the listbox to access the open , properties , delete and rename items ?
Kermia
  • 4,171
  • 13
  • 64
  • 105
8
votes
1 answer

How to prevent default right click on canvas containing image

I have a canvas and I display an image inside it. I have attached a jquery event to it, like this: $("#mycanvas").mousedown(function(e) { //Do something e.preventDefault(); e.stopPropagation(); }); I would expect this code to do my…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
8
votes
8 answers

remove the right click menu in flash 9

Is it possible, using actionscript 3 to disable the right click menu? Any help greatly appreciated!
Cameron A. Ellis
  • 3,833
  • 8
  • 38
  • 46
8
votes
4 answers

IntelliJ IDEA - Key board right click doesn't work

I am using IntelliJ IDEA Ultimate v 13.1, and I am fond of using key board short cuts, rarely use mouse. I am relatively new to this IDE as earlier I always worked on eclipse. My question is about performing right click operations by pressing the…
Ketan
  • 738
  • 2
  • 9
  • 20
8
votes
3 answers

Right Click on a Button / Scala

I'm currently trying to code a minesweeper using scala, but I can't find the way to listen to a right click on a button. I've already searched on the Internet the way to do it, but I definitely was not able to find it. If anyone could help me out, I…
Schnipp
  • 81
  • 3
8
votes
3 answers

showing suggestions for spell checker in content-editable div

I am developing spell checker for an Indian Language. So far the spell checker is able to find the wrongly spelt words. I am using a content-editable div for this purpose.So now I need to show the suggestions for wrongly spelt words whenever the…
Nagaraju
  • 1,853
  • 2
  • 27
  • 46
8
votes
3 answers

Protractor - does anybody know how to click on element with RIGHT MOUSE BUTTON?

I know that protractor click on element by default with left mouse button. How to do it to click with RIGHT MOUSE BUTTON ? el.click('RIGHT'); ?
georgw
  • 83
  • 1
  • 1
  • 3
8
votes
3 answers

RIght-Click in GWT?

I am building an AJAX web app with GWT, and I want to use right-click for various things, just like in a desktop app. However, right-click produces the standard Web context menu and void onClick(ClickEvent event) never gets called. Has anyone…
Soren Johnson
  • 2,561
  • 4
  • 21
  • 17
8
votes
1 answer

Right Click in Python using ctypes

I am a complete beginner to Python so dont understand the lingo. I want to use python to do a simple click at a specific point. I have already managed a left click using ctypes: >>> import ctypes >>> ctypes.windll.user32.SetCursorPos(x,y),…
7
votes
2 answers

Prevent copy/paste and right-click meant for textbox (email address)

I would like to prevent a user from either: Copy and pasting from the first textbox to the second Right-click and use the context menu to copy and paste from the first textbox to the second. This is not working. …
Susan
  • 1,822
  • 8
  • 47
  • 69
7
votes
2 answers

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... the save as... is grayed out. Any way to stop this from being grayed…
alumb
  • 4,401
  • 8
  • 42
  • 52
7
votes
2 answers

Positioning of Context menu

I have developed a right click context menu in javascript for table .The position of context menu is at the down of cursor for every row of table.The final row of table is at end of the page,Now on right clicking the row the context menu is coming…
Bhaskar
  • 71
  • 1
  • 1
  • 3
7
votes
2 answers

What is the list of valid GWT DOM / consumed events for Cells?

I've run into this multiple times, and can't find anything comprehensive. I want to know the complete list of all valid consumable DOM events for GWT. The GWT docs for NativeEvent says: public final java.lang.String getType() Gets the enumerated…
John
  • 847
  • 2
  • 9
  • 16
7
votes
1 answer

what is "Right click" keyboard shortcut in Chrome

what is "Right click" keyboard shortcut in Chrome i want use macro to save picture on webpage and need to use "Right click" keyboard shortcut in Position the mouse cursor for open menu, but shift+f10 in Chrome does not work
adrian
  • 73
  • 1
  • 8
7
votes
3 answers

WPF control does not capture the press and hold event (right click) when IsManipulationEnabled is set

I'm starting to make some tests with a touch screen and I've found that if a UIControl has the "IsManipulationEnabled" attribute set to true then the MouseRightClick Events fired by the press and hold gesture (WIN7) is not captured. Am I doing…
GonzaloFJ
  • 85
  • 2
  • 8