Skip to main content

Questions tagged [right-click]

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

right-click
0 votes
0 answers
27 views

how to disable some options from the right click menu of a video tag like on deeplearning.ai website. Screenshot is attached

I want to know how we can disable some options from the right click menu of a video element on our site like for example - how the developers of deeplearning.ai website disabled some of the menu ...
Anmol Saraf's user avatar
  • 15.5k
1 vote
0 answers
35 views

Copy a folder to another drive by RIGHT-CLICKING on it in Windows 10

I want to be able to copy a Windows 10 folder by right-clicking on it and then selecting an option named "CopyFolderToCard". (The card in question is the SD card that is currently serving ...
William Irvine's user avatar
0 votes
0 answers
27 views

how activate the double click and Right Click events for Kendo Grid 2023 in asp core

I am a beginner in using Telerik Kendo Grid 2023 and Asp Core RazorPage, please guide me in solving this problem, how can I activate the double click and Right Click events for Kendo Grid rows, for ...
rafe's user avatar
  • 1
0 votes
0 answers
44 views

Show a menu of actions when rick-clicking on a row using React Data Table Component

I am using this Data Table React component: https://react-data-table-component.netlify.app/?path=/docs/getting-started-intro--docs And i need to make a feature that when the user right click on a ...
Marcus Vinícius's user avatar
0 votes
1 answer
88 views

Cannot see custom functions in Excel right-click menu

Good morning experts. My team created Excel Add-in toolbars to make it easier for end users to open our Excel macro tools. I recently noticed the custom functions in the code of these Add-in are no ...
VBA_Guy's user avatar
0 votes
0 answers
14 views

Adding a new item with submenus on google document's context menu using chrome extension

I am currently writing a google chrome extension. I'd like to add a new menu item with sub-menu items under it, on the google document's context menu using chrome extension. How can I achieve this ...
Raghu's user avatar
  • 1,435
0 votes
0 answers
182 views

How to add Context menu to a folder containing a specific type of file in Vscode?

I'd like to add a context menu in the Vscode explorer window as part of my extension development. it should appear when right-clicking on a folder containing build files. The menu action should only ...
Anusree lakshmi's user avatar
1 vote
1 answer
118 views

how to perform action on double click on a button using Angular JS

Using this I am checking for a right click on my button. How can I check for a double click on my button? app.directive('rightClick', function ($parse, $mdMenu) { return function (scope, element, ...
M Junaid's user avatar
0 votes
0 answers
42 views

VueJS Element-UI Table event @row-contextmenu is not working on iPhone

In my VueJS application, I have a right-click functionality on each row of the table. One small popup with 3 options is there. For this, I have used Element-UI Table event @row-contextmenu which works ...
Varsh's user avatar
  • 467
0 votes
0 answers
23 views

Right click wont fire on ("mousedown") addEventListener vanilla.js

I'm following a tutorial and the stage I'm on were building a graph. using the mouse to add points and segments. I've ran over the code a lot I cant seem to find the bug the console has no errors. ...
Ryan Murzyn's user avatar
-1 votes
1 answer
143 views

Open pdf in new tab with right click option ' open in new tab'

function showPDF(pdfUrl) { var iframe = document.getElementById("pdfFrame"); iframe.style.display = "block"; iframe.src = pdfUrl; document.getElementById("...
free_man's user avatar
0 votes
0 answers
193 views

I'm having trouble copying from Jupyter notebooks using the mouse. What can I do?

I can't copy from the jupyter-notebook by right-clicking the mouse and then clicking copy. I am able to use the keyboard to copy from the jupyter-notebook, but not with the mouse. Thanks in advance. I ...
MDA's user avatar
  • 1
1 vote
2 answers
60 views

How to place imageview on the right end in the linear layout horizontal orientation

Code:(Image Attached)I am using LinearLayout and gravity and weight is not working for me in this case.[![enter image description here][1]][1] I want to place heart icon at the right end of the row. ...
Riya's user avatar
  • 69
1 vote
1 answer
176 views

MFC: How to detect right-click on popup menu item?

In a CMenu menu, WM_MENURBUTTONUP is only fired when the right mouse button is released while the mouse pointer is over a normal menu item (MF_STRING), but not if it's over a popup menu item (MF_POPUP)...
stbi's user avatar
  • 19
0 votes
1 answer
209 views

How to context click within the canvas and select the context menu with text Remove indicators within tradingview.com using Selenium in Python

I am scraping Tradingview.com and I'm trying to get my code to right click on the chart but it can't do it. This is my code: # import modules import time from selenium import webdriver from selenium....
Samaara's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
47