right-click

Reorder IE Context Menu

Hi, We have developed an Internet Explorer Addon using BHO and C#. We added a few context menu actions (for the IE that are using the addon) as well. We've used the registery entries under the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\ to add the context menu entries. Is there a way to order the enntries? Or add a s...

Configure gnome-terminal so that right click extends selection rather than displays menu

I've been using Linux for a long time, but have only recently 'upgraded' to a full GUI desktop since using it command-line-only for the last three or four years. I used to use 'aterm' before then (with fluxbox, and other old-school things) but I see now that gnome-terminal is pretty usable in Ubuntu's Gnome. However, there's one thing t...

How Enable Right Click in IFRAME with JavaScript

So I have this IFRAME in my web page, the iframe has a login page (this is part of my domain) but then after the login the iframe redirects the user to an external site (not in my domain) but still is inside the iframe but without the option to right-click (disabled in the HTML code of that external page). I can enable the right click i...

Adding an option to the windows right-click menu

I want to add some compile options to the right click menu. For instance, when I right-click a Haskell (.hs) file, I want to have an option "Compile with GHC". Following some instructions I found online, I went into regedit, and under HKEY_CLASSES_ROOT\.hs, I added shell\Compile with GHC\command, giving the compile command as the (Defaul...

Is there any way to 'simulate' right-click save-as command or force download of file in the browser with JavaScript?

I have this situation where we have media files stored on a global CDN. Our web app is hosted on it's own server and then when the media assets are needed they are called from the CDN url. Recently we had a page where the user can download file attachments, however some of the file types were opening in the browser instead of downloading...

Show contextual menu on ctrl-click/right-click on header of NSTableView

Hi, I'm searching for an elegant way to detect a right-click/ctrl-click on the header of an NSTableView. When the right click occurs, I want to display an contextual menu. - (NSMenu *)menuForEvent:(NSEvent *) detects only right clicks in the table - not in the header of the table. thanks for your help. ...

How to highlight listbox's item on rightclick event?

Hello, I don't know if I'm the first to ask this question(I searched the whole board) but I never found any answers. As said in the title I am trying to highlight/select an item in my Listbox whenever I right click it. Here is the XAML code: <ListBox Grid.Row="1" x:Name="ContactList" Margin="6" ItemsSource="{Binding ''}"> <ListBox...

Change Right-Click menu on Firefox

Hi everyone, I'm looking for a way to change the Right-Click context menu in Firefox using jQuery/CSS... and disable de default one of course. I'm trying to make a Windows Explorer-like app to manage images and i want to be able to delete pictures using the right-click. Anyone have an idea, cant find one. Thanks!! ...

Include Word Application level Addin functionality to the right click menu of Windows on word documents

On a windows machine if you select any word document (.doc|.docx) and right click your mouse you get a menu with common commands such as Open, Edit, New, Print etc ... I have developed a Application level word 2007 AddIn which installs correctly on Windows machines. It has a ribbon with many functionality/commands such as A,B,C etc inco...

Menu key not working on Firefox and Chrome

I have a flex application that has to be accessible (keyboard navigation, screen readers, etc.). My problem is that the right click menu (context menu) that is displayed when you right click on the application is not available without using the mouse on certain browsers. I'm talking about the menu key on windows keyboards or the shift+F1...