keyboard-shortcuts

Ctrl-tab in IntelliJ IDEA

Can I configure IntelliJ on Windows to use Ctrl-Tab for switching between files? Googling finds this old thread that says "no". ...

What is the easiest way to add global keyboard shortcuts in Windows?

I would like for my app to detect keyboard shortcuts when it isn't running, but as there doesn't appear facility to do this in Windows a reasonable fallback would be to have a background process without any UI that listens for keypresses. Is it possible to monitor keypresses when an app isn't in the foreground in .Net? Looks like this ...

Leopard Terminal (and iTerm) Ignores Control Key Combos

I am very used to using ctrl+a, ctrl+e, ctrl+l, etc. as shortcuts to operations (beginning of line, end of line, clear terminal, etc). I cannot for the life of me get this working with either Terminal.app or iTerm on OS 10.5. I know for a fact that it works in Tiger and I even know some other Leopard users who don't have any problems, b...

How to open the red-button menu on Visual Studio (2008) with the keyboard?

When you type something and there's some problem you get a tiny red rectangle at the end of the symbol/word that has the problem and when you hover the mouse over it, you get a button and when you press the button you get a list of possible actions to fix the problem, including adding using statements or refactoring. Is there a way to o...

F12 no longer works in Visual Studio

this is driving me crazy, ever since I installed ReSharper 4, F12 no longer seems to work. If you look at the all the ReSharper short cuts in the Goto sub menu Declaration doesn't have any assigned! The only way I can go to declaration is by using ALT and ` and then selecting Declaration. I have tried un-installing and re-installing R...

ALT+ENTER Keyboard Shortcut to open Properties

I am writing a winforms application and one of the functions is to open an item's properties. I'm not able to find out how to handle this. A menu item doesn't allow to define such a keyboard shortcut and implementing the handler manually with the keyup or keypress event handlers doesn't work either. Anyone out there who knows how to do t...

Visual Studio keyboard shortcut to scroll method overloads tooltips?

Hello, Does anyone know what the keyboard shortcut to scroll a method's overloads that appears in the tooltip is? I presently have to resort to using the mouse to click the ^ and v labels in the tooltip, which isn't particularly effective. Thanks! ...

Next/Prev (CTRL->/<-CTRL) keyboard shortcuts in javascript in ASP.NET

I have a simple ASP.NET page with a paging support. Basically just a hyperlinks which looks like a report.aspx&page=1 report.aspx&page=2 etc How could I implemente a keyboard shortcuts so I could go forward to next page and to previos page by just holding CTRL and pressing either left arrow or right arrow. I have seen a same functio...

Handy keyboard shortcuts in Visual Studio .Net

Can anyone suggest any good keyboard shortcuts for Visual studio .net and Windows? I have few examples: Windows Run commands appwiz.cpl -- opens the add remove components services.msc --run command opens the services. Visual Studio Devenv.exe in run command opens visual studio Devenv/ResetSkipPkgs Clears all options to skip loadi...

How to monitor for keystrokes pressed when outside the App?

I need a way in C# to monitor system-wide keys such as Ctrl+A, so I can act upon that. How could I get such an event, even when the keys were pressed with my App no longer in focus? ...

Key shortcut in Visual Studio to open a file inside your solution?

Is there a key shortcut in Visual Studio to find & open a file inside your solution? Without using Resharper or any other tools, just VS2008? ...

Does RadRails have keyboard triggers (code templates) as a shortcut for writing repetitive code?

One of the things I like about Netbeans Ruby development is keyboard triggers. For example, if you are in an erb template and you type: licai After you hit the tab key, this text gets replaced with: <%= link_to "${1 default="link text..."}", :controller => "${2 default="items"}", :action => "${3 default="edit"}", :id => ${4 defau...

How can I navigate backwards in Xcode?

In Visual Studio I can navigate backwards by pressing "ctrl minus". This is very useful when checking out the definition of a function and then immediately going back to the code I was working on. How can I do this in Xcode? (I'm using version 3.1.2) Cheers! ...

Adding a select all shortcut (Ctrl + A) to a .net listview?

Like the subject says I have a listview, and I wanted to add the ctrl + a select all shortcut to it. My first problem is that I can't figure out how to programmatically select all items in a listview. It seems like it should be relatively easy, like ListView.SelectAll() or ListView.Items.SelectAll(), but that doesn't appear to be the c...

Resolving a namespace using the keyboard

When writing code in .NET, if you use some function in a namespace that has not been included in your page, you get a tooltip-like popup [e.g. System.Data.Sql?]. If you click it, it adds the namespace to your page. Is there a keyboard short-cut to add the namespace? (I know you can use the right-click button on the keyboard, go to Res...

How have you (or HAVE you) learned keyboard shortcut navigation?

What specific techniques have you found to learn keyboard shortcuts while programming? I don't mean "look them up in the list" learn. Rather, what techniques do you use to build the automatic muscle memory that so many of us have after a while? Do you pick one keyboard shortcut per day and practice it throughout the day? Do you focus o...

Keyboard shortcut for 'refactor' for IntelliJ IDEA

In Visual Studio (using IDEA key mapping), CTRL-SHIFT-R brings up the Refactor menu. How do I do the same in IntelliJ ? ...

Remove KeyPad afterEntring value

in my application one view is there.. in that view one textField and one button is there. in button click nothing to do.. when i selected textfield keypad will be poped up. if i pressed button i want remove keypad from that view.. is it possible.... pls help me... thanks and regards.. raju.. ...

Capturing key presses for form but not for controls

I have a simple modal form which I'd like to close when Esc key pressed. It's simple doing this handling form_KeyDown event. The problem is the controls on the form. When the form first launched one of the buttons get focus and pressing Esc of course doesn't do anything. Disabling TabStop of every button prevents this but again Esc stops...

citrix and keybd_event problem

Is citrix supporting keybd_event, I have a problem that it ignores events ? ...