Tagged Questions
Hot keys, also known as accelerator keys, are a small combination of predefined keystrokes used to perform an action.
36
votes
7answers
4k views
Find out what process registered a global hotkey? (Windows API)
As far as I've been able to find out, Windows doesn't offer an API function to tell what application has registered a global hotkey (via RegisterHotkey). I can only find out that a hotkey is ...
33
votes
9answers
12k views
Eclipse HotKey: how to switch between tabs?
How to switch opened windows in Eclipse? There is Ctrl+F6, but it's asking me which one i want, but i want switch it like tabs in browser or window in operating system (Cmd/Win+Tab) without ...
27
votes
26answers
9k views
What is your favorite hot-key in Eclipse? [closed]
I've been using Visual Studio with Re-Sharper for the past few years and have recently taken a gig at a Java shop where we use Eclipse. Googling for Eclipse hotkeys has returned a bunch of 'Top 10 ...
15
votes
7answers
14k views
How can I register a global hot key to say CTRL+SHIFT+(LETTER) using WPF and .NET 3.5?
I'm building an application in C# using WPF. How can I bind to some keys?
Also, how can I bind to the Windows key?
12
votes
3answers
3k views
Cocoa NSStatusBar Global HotKey
I have created an NSStatusBar cocoa application which sits in the system status bar.
I want to assign a hotkey so that when pressed it toggles my applications and show the menu.
Is this possible?, ...
12
votes
4answers
4k views
How do I hotkey directly to File Search tab in eclipse
When I use CTRL+h I end up on the Java Search tab. I would very much like a shortcut to go directly to filesearch instead. Is that possible?
EDIT: It turns out that there exists a general preference ...
11
votes
1answer
134 views
How to modify hotkey binding for mathematica system menu items?
This problem has bothered me for a long time.As we know,in mathematica we can modify hotkey bindings through two files "KeyEventTranslations.tr" and "MenuSetup.tr",but some hotkeys that by default ...
11
votes
2answers
7k views
How to comment a block in Eclipse?
Does Eclipse have a hot key to comment a block? and to uncomment a block?
8
votes
3answers
810 views
Hotkey (not global) in Windows Forms .NET
In my Windows Forms application I would like one special button to run a test everytime I press it. There are dozens of controls so implementing it in each one takes too much time.
Is there a way I ...
8
votes
2answers
4k views
Set global hotkeys using C#
I need to capture a key press when my program is not in focus. (ie. Ctrl+Alt+J) and trigger an event in my program.
Thus far i have found this dll that appears to be the corrrect path"
...
7
votes
3answers
730 views
Unregistering the Alt-Tab hotkey in Windows 7
I think this problem should be easy to solve, and I'm bringing it here because I really feel like I've looked everywhere for a solution.
My code is written in C# and should simply over write the ...
7
votes
3answers
4k views
Ctrl+Enter jQuery in TEXTAREA
How do I trigger something when the cursor is within TEXTAREA and Ctrl+Enter is pressed? Using jQuery. Thanks
7
votes
3answers
4k views
Hotkey commands for Silverlight in MVVM?
I'm trying to fire commands based on keystrokes in Silverlight. As I understand you cannot use AccessKey or AcceleratorKey in Silverlight. Also it looks like the might be helpful attached property ...
6
votes
5answers
131 views
Does VS has any shortcut like ctrl+q in eclipse?
It returns your caret(aka cursor) to the place where you stopped writing code(very useful for fast code browsing)
6
votes
2answers
1k views
How to select item with keyboard letter key in WPF combobox?
I have a WPF ComboBox and I want to go to items (for example) start with "e" in ComboBox. How?
<ComboBox ItemsSource="{Binding Roles}" SelectedValuePath="Id"
...
6
votes
5answers
3k views
Resharper Hotkeys
I just started using resharper and I am trying to learn all the hotkeys - Is there a list of all the hotkeys somewhere for the standard install? Something this is possibly in printable format.
5
votes
1answer
373 views
Is there a hot key to run the contents of the Firebug Console?
If you're using Firebug (Firefox) and you type in javascript in the Console command line and press enter it executes. However, for good reason, when you expand the command line into a multi-line text ...
4
votes
2answers
251 views
Get Shortcut Recorder working in Xcode 4
Is there any way to have a Shortcut Recorder in Xcode 4, where the user can choose the shortcut?
I tried DDHotKey, which worked for me, but with this the user can not choose the shortcut himself.
...
4
votes
1answer
352 views
Registering Global Hotkeys on a mac?
I'm writing an app with Titanium Developer which lets me use Javascript, PHP, Ruby and Python. It provides an API with certain standard features one might want but one that's lacking is global events.
...
4
votes
1answer
262 views
Eclipse: Ctrl + Shift + ? hotkeys in Linux / KDE?
I've recently installed Eclipse Helios (Java Developers Edition, vanilla from www.eclipse.org) on my Arch Linux/KDE 4 machine to aid navigation in a large Java project. The problem is, many key ...
4
votes
1answer
157 views
MAC OS X hotkeys with Java applications unfocused…is it possible?
As Stephan asked 2 years ago...
A Java6 application sits in the system tray / dock. It needs to be activated using a hotkey (e.g. Super-G or Ctrl-Shift-L etc) and do something (e.g. showing an input ...
4
votes
2answers
1k views
How can I set up keyboard shortcuts for a WinForms TabControl?
Does anyone know an easy way to set a keyboard shortcut for a tab in a tab control in Visual Studio 2010? Is there some property I can set?
I looked online, but all the articles I saw were very ...
4
votes
1answer
140 views
Poor performance when holding down accelerator key for Undo
I have bound a menu item to invoke the undo method of an undomanager on a jtextpane, and assigned an "accelerator" key combination to that undo invoke of the standard Ctrl-Z. The undo behaves just as ...
4
votes
2answers
1k views
Global Hotkey with X11/Xlib
My goal is to have a program that sleeps in the background but can be activated by the user via some "hotkey". From digging around the Xlib manual and the Xlib O'reilly manual, I gather that the ...
4
votes
3answers
5k views
How to hijack the Caps Lock key for Cut, Copy, Paste keyboard operations
Here is what I am trying to accomplish:
To Copy, press and release Caps Lock ONCE
To Paste, press and release Caps Lock TWICE, quickly
To Cut, press Ctrl+Caps Lock
The reason I want to do this is ...
4
votes
4answers
3k views
Vim: Insert Comments automatically
From here:
Vim Comment HOWTO
I've been able to type the
:set comments=sl:/*,mb:*,elx:*/
command. Because my sas code requires this style comments:
/*
* This is the comment
*/
The ...
4
votes
2answers
1k views
Java desktop app: How to maximize tray application when hotkey pressed?
I need to write a program that, when minimized, lives in the System Tray, and I'll use Java 6's SystemTray API to do that.
How can I make that application comes to the foreground when the user ...
4
votes
1answer
707 views
How to programmatically detect a system hotkey?
I'm looking for a way to programmatically detect hotkeys in the system. My app supports configurable hotkeys to do different things, and I'd like to be able to tell if another app has snagged one ...
4
votes
1answer
324 views
4
votes
3answers
3k views
Copy and Modify selected text in different application
I have a windows application running at the backend. I have functions in this applications mapped to hot keys. Like if i put a message box into this function and give hot key as Alt+Ctl+D. then on ...
4
votes
10answers
3k views
What is your favorite hot-key in Netbeans?
Following the topic http://stackoverflow.com/questions/98220/what-is-your-favorite-hot-key-in-eclipse , what is your favorite hot-keys in Netbeans?
3
votes
1answer
51 views
Will this hotkey work for Mac users?
I'm using the following code to catch when people press Ctrl-Shift-P for my chrome extension:
window.addEventListener("keydown", function(event) {
var modifier = event.ctrlKey || event.metaKey;
...
3
votes
2answers
101 views
Netbeans hotkey to turn off highlighted search text?
I've googled this question but found none.
Please share if you know how to.
3
votes
2answers
268 views
How do I make a shortcut key do different things depending on the active tab page?
Each TTabSheet on my TPageControl has a TToolBar on it. Each tool bar has a TToolButton that should respond to the same keyboard shortcut. How do I provide hotkeys so that the right button is invoked ...
3
votes
3answers
166 views
Call Objective-C function from C function
currently i'm playing around a bit with global hotkeys in carbon and registered a hotkey. When the hotkey is pressed, this function is called:
OSStatus myHotKeyHandler(EventHandlerCallRef ...
3
votes
1answer
63 views
Tying a single operation to multiple “when” situations in Eclipse. Is it possible?
I'm looking for a way to tie a certain keyboard shortcut to running an Ant Task in Eclipse.
I'd like to do this from any place in Eclipse. From what I've seen, I could define a hotkey for "Run the ...
3
votes
1answer
286 views
Define application-wide hot key in mixed wpf/win32 app
I've got a WPF (prism) app, which uses a whole lot of other WPF assemblies and even win32 dlls containing other windows (wpf and win32).
When the user presses a function Key (F2-F12) I want to open ...
3
votes
4answers
669 views
Add application launch shortcut in Eclipse?
I've been programming Android in Eclipse for about a year now and I have always launched my app by right clicking on my project name in the project explorer, followed by "run as", then "Android ...
3
votes
4answers
770 views
Set global hotkey with Python 2.6
I wanna setup a global hotkey in python 2.6 that listens to the keyboard shortcut ctrl + D or ctrl + alt + D on windows, please help me
3
votes
1answer
481 views
Set global hotkey with Windows modifier
I want to set up a global hotkey* in VB6 that listens to the keyboard shortcut Win + O.
I have found heaps of messy examples, but nothing which involves the Windows key.
What's the ideal way to ...
3
votes
2answers
423 views
Is there a way to capture HotKeys/Shortcuts in Excel VSTO using only C# and no VBA?
So I want to capture some key-commands in our Docuement-level Excel VSTO addin. I can't seem to find a way to do it, other than to use VBA and have our addin talk to the VBA. Any help/examples would ...
3
votes
3answers
2k views
How to intercept a hot key in Cocoa when the application window is not active
I am trying to create a utility that doesn't open a window when executed, and that would be activated from a hot key; I read that currently Cocoa doesn't have a function for that, and that I should ...
3
votes
4answers
398 views
resharper or VS hotkey to switch places two parameters, is there such a thing?
it something like this method(a,b); and you hit some hotkey and you get method(b,a);
is there such thing ?
3
votes
1answer
396 views
Is there a hot key for “go to test” in eclipse
In Netbeans there's "Navigate => go to test" which navigated to a class named currentClassTest if it existed (within the current maven structure).
Anybody know if such exists in eclipse? Or how to ...
3
votes
6answers
255 views
Prevent Visual Studio's “Home” page when Pressing the Web Home key
I search the web a lot when writing code. When working in Visual Studio 2008, every time I hit the keyboard's "Web Home" key (you know the one on every multi media keyboard with the house on it) it ...
3
votes
1answer
1k views
How do I hook global shortcuts in Windows?
I remember using a program, some years back, that allowed me to fine-tune my monitor's settings with custom gamma ramps and other adjustments. It had the ability to create different screen-settings ...
3
votes
3answers
2k views
Automatic namespaces import
Is there a way in Visual Studio (a hotkey) to automatically import a type (or choosing between known namespaces) like the Ctrl + O in Eclipse?
2
votes
0answers
56 views
How to type guillemets in Emacs? [migrated]
How to type guillemets (book title mark in Chinese) in Emacs (efficiently)?
2
votes
1answer
105 views
HotKey to Play/Pause HTML5 Music Player
This a small portion of the javascript code I used for an HTML5 music player. I was wondering if you guys can help me build a HotKey to toggle the Play/Pause button using the Space key. Any ideas?
...
2
votes
1answer
26 views
Mac-friendly hotkeys?
We get more and more customers that install our Windows application on Macs (via Bootcamp, WMWare, Parallels or Wine). We use TAB, Insert and Home as hotkeys for quick toggling of features.
Are ...