keyboard-shortcuts

Selecting text in terminal without using the mouse

If I'm working in a terminal window in Linux, is there a keyboard shortcut I can use to select output displayed on previous lines? If I select something with the mouse I can copy using ctrl-shift-c, but is there a way to select without using the mouse at all. I'm using either gnome terminal or kde konsole in ubuntu desktop. For examp...

eclipse change member order shortcut (like intellij)

Intellij has a shortcut for moving the current method internally in the class ( I think it is Ctrl+Shift+{Up or Down Arrow}) I would like to know if Eclipse has the same functionality. I could mark the whole method and then alt-arrow to move it, but then it would move one line at a time. I would like it to move one member for every key...

Run an NUnit test without using the mouse?

When I want to run 1 test, I always have to right-click the method declaration and click "Run Test". Is there a way to do this without using the mouse? ...

Zend Studio 7 code folding

Hi, just another simple question (as always). I have tried to find out how to fold a PHP function using shortcut in Zend Studio 7 and have found on the Preferences section that the shortcut is Ctrl+Numpad_Add. I tried it and also changed into new binding key, but it is still not working. Any idea how to do it? Thank you. ...

Xcode source automatic formatting

As a C# developer, I have become highly dependent on the automatic formatting in Visual Studio 2008. Specifically, I will use the CTRL-K,D keyboard shortcut to force things back into shape after my sloppy implementation. I am now trying to learn Objective-C and am missing certain features in Xcode, but probably none are quite as painf...

Creating a shortcut key for the letter j to redirect to a url using jquery

Using jquery (if it helps), I'd like to create a shortcut key for the letter 'j' so when someone clicks on the keyboard letter 'j', it redirects to a webpage. is this possible? ...

Using Linq to filter possible values of System.Windows.Forms.Keys

I'm creating an options dialog using WPF that lists possible keys so that the user can assign the program's hotkey. I'm attempting to filter all of the possible values of the System.Windows.Forms.Keys enumeration down to just A-Z and F1-F12, and then bind that list to a ComboBox. Here's my code so far: Regex filter = new Regex("(^[A-...

Is there a keyboard shortcut for 'Generate stub' in VS 2010?

As the title states, is there a keyboard shortcut for 'Generate stub' in VS 2010? ...

Eclipse: shortcut for "move to left editor" and "move to right editor?

If I've got my Eclipse windows split vertically, is there any keyboard shortcut to move to the logical left/right editor? For example, in the image blow, the right editor is selected, and I want to move to the left window: For those of you who know Vim, I am trying to recreate c-w h and c-w l. ...

F-N Shortcuts in the Windows' Command Prompt

Hi, Where can I get some explanations on what F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11 and F12 do in the Windows' Command Prompt? Are there some other useful shortcuts for Windows' Command Prompt? Thanks, Afriza N. Arief ...

How to change shortcut keys for a given command in ReSharper?

Hi, I need to change shortcut for finding member (ALT + ) in ReSharper because of my native keyboard which brings me problem to press wrong key each time. Where can I re-set a new key combination for shortcuts in ReSharper? Thanks, burak ozdogan ...

Create Alt-key shortcuts in WPF/XAML

I have a XAML window with multiple TextBoxes, each with a corresponding TextBlock tag for a title. I would like to enable alt-key shortcuts for this window (hold down the alt key to show underlined letters in the TextBlock titles, type one of those letters and focus should change to the corresponding TextBox). I've found out how to do ...

Shortcut key to clear console in Eclipse

What is the shortcut key to clear console in Eclipse or how can it be configured? Any work-arounds to achieve this? ...

Eclipse C++: How do you quickly switch between header and implementation files?

How do you switch between header (.h) and implementation files (.cpp) in Eclipse when using the C++/CDT environment with a keyboard shortcut? In XCode you can quickly switch between headers and implementation with applekey option and up/down arrow keys. I was hoping that eclipse had something similar, but I haven't found it yet. ...

Keyboard shortcut to navigate to next/previous search match in eclipse for java.

Is it possible to assign a shortcut to this function? ...

What is the keyboard shortcut for jumping to the matching tag in Visual Studio 2005?

When editing HTML in Visual Studio, is there a keyboard shortcut for jumping to/from the matched html tag in much the same way that you can do so with matched brackets? I've already been to the Visual-Studio-Keyboard-Shortcuts Question. For example: I want to move from <head> to </head> when I press a keyboard shortcut. ...

How do I get ToolStripMenuItem Shortcut Key to work when WinForms control is hosted in VB6 Form.

We have a scenario where we are exposing a set of WinForms UserControls via COM to a Legacy VB6 application. We have 3 different controls which have a MenuStrip on it that has the Control-F shortcut key mapped to a menu item which invokes a control specific find items dialog when the shortcut is entered. When we try testing this code in ...

How to hook up CNTL-x/c/v keypress events for cut/copy/paste routines

(This should be an easy one... but Googling for it is a mess of rabbit trails.) I have a Windows Forms app, with a TabControl. On the first tab (which is a bunch of textboxes), the CNTL-x/c/v keyboard shortcuts for cut/copy/paste work as expected. On the second tab (which is a DataGridView), the keyboard shortcuts don't do anything. Ho...

intercepting keystrokes in OSX

I'd like to be able to listen to keystrokes systemwide in OSX to implement an utility like AHK on windows (the shortcuts part of AHK anyway), recognizing not only simply combinations of keys, but even more complex things like sequences etc.. I need someone to point me... where to start? How to listen to keybard events system wide? Maybe...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not underlining the G until I press the ALT key. Is there a way to have this underline the text that I put an ampersand in front of when the form/applicat...