keyboard-shortcuts

Press alt + numeric in bash and you get (arg [numeric]) what is that?

This is one of those questions where it is easier to ask someone else instead of spending thirty minutes trying to "guess" for the correct place in the documentation or search engine terms: Press alt + numeric in bash and you get (arg [numeric]) what is that? ...

disabling the Ctrl+N and File->New options on browsers

How do you disable the Ctrl+N/File->New options from browser windows, specifically for IE. ...

Any shortcut to open file in vim?

I want to open a file in vim like in Eclipse using "Ctrl + Shift + R", I type the file name and I get the options of all the files matching that name. I know opening it normally like: tabe: <filepath> new: <filepath> edit: <filepath> The problem here is that I have to specify the whole file path in these cases. Thanks in advance. ...

Has anyone had any experience in adding keyboard shortcuts to a silverlight based project ?

Just wondered if anyone could give me some advice on the best way to implement keyboard shortcuts within a Silverlight based project. Can this be done from the xaml or is it best implemented within the code behind etc... Thanks in advance. ...

Are there keyboard shortcuts to access the desktop menu in Gnome or how can I create them?

I would like to access the desktop menus for Applications, System, etc. via my keyboard instead of my mouse. Edit: ctrl-alt-tab only lets me choose amongst the windows I have opened. There is no option to choose the desktop menus. Nothing happens with ctrl-alt-esc. (I've looked at various pages for gnome desktop shortcuts). ...

alternate way to trigger reverse-i-search without pressing ctrl+r in bash

The reverse-i-search facility in bash is useful, but it is unlike most other bash commands in that it seems to be bound to a keybinding (Ctrl-R). How can a user trigger this facility using an alias or typed-in command instead? ...

Windows - Map a Keyboard Key to the Same Action as Left Mouse Button

Is the a programmatic way (or something more simple) to map some keyboard key to the same action windows-wide as the left mouse button in Windows XP / Vista. If programmatic is there a way to do this in .NET 2.0 (or greater)? ...

Keyboard shortcuts with jQuery

How can I wire an event to fire if someone presses the letter 'g'? (where is the character map for all the letters BTW?) ...

Go to file in Visual Studio

I've recently started a new job working with webdevelopment in .NET. Coming from a php and rails background i've been working mainly in Eclipse and NetBeans, along with some TextMate. I find myself missing a few great keyboard shortcuts and i can't seem to find a Visual Studio equivalent. NetBeans has the awesome "Go To File" and so doe...

How to register a custom keyboard shortcut for a windows application

I want to create a windows utility application, which can be called anytime from within any other application using a keyboard shortcut, e.g.: • WIN + T • CTRL+ T • ALT + T • CTRL+ ALT + T • CTRL+ SHIFT + T What key combinations can I use and how to setup those in the windows registry? (If the shortcut is used by an other applica...

Moving editor tabs between editor work areas (panes) in Eclipse

I commonly split my Eclipse editor into two vertical panes. When I use Ctrl-Tab (or Ctrl-F6) to move between editors, there is no way for me to select which pane the editor (tab) should be displayed in. Is there a keyboard shortcut to do this? Currently I have to drag the editor tab to the pane where I want it. ...

How to mimic Visual Studio's CTRL-X, CTRL-V functionality in Notepad++?

I'm using Notepad++ for some projects and miss Visual Studio's CTRL-X, CTRL-C functionality that cuts or copies the entire current line when no text is selected. The cut line shortcut seems to be CTRL-L, which is not as convenient as CTRL-X and the copy shortcut seems to be CTRL-D, CTRL-L, which is even less convenient. Although a simi...

Implementing keyboard shortcuts in .NET2.0 windows application

Is there any framework available for implementing keyboard shortcuts in a .NET2.0 windows application? Also what are the best practices which should be taken care of while doing this? ...

How to resolve: WPF access keys intercepted by IE

We have built a XBAP application and have given the access keys (keyboard shortcuts) on labels/buttons. But IE seems to capture the access key first and hence the application does not get a chance to handle the access keys. Is there any workaround/solution so that XBAP application overrides the access key of IE? ...

Comprehensive list of Delphi IDE Shortcuts

I've seen different lists based on Adam Markovitz's (http://web.archive.org/web/20060213081516/http://blogs.borland.com/AdamMarkowitz/archive/2005/12/15/22523.aspx) like here or on Delphi Wiki, this other one from DelphiMiracles, or this table from Steve Trefethen. And they are all somehow different. Is there somewhere a comprehensiv...

Using keyboard shortcuts with LinkLabel controls

I've noticed that keyboard-shortcuts assigned to linklabel controls in standard .NET WinForms forms are not functioning. I have created a LinkLabel control instance and assigned the Text property to be "Select &All". For most controls (label, button, radio button, etc) this would cause Alt-A to become the designated keyboard shortcut to...

Visual Studio F6 stopped working. It no longer builds the project.

I'm using VS2008, been using it for quite some time now, and since I hate using the mouse while developing, I'm always using F6 to build the solution, or Shift+F6 to build the current project. What's weird though is for some strange reason, it simply stopped working over the last few days. In fact, when I pull down the Build menu, next t...

Globally override key binding in Emacs

How can I set a key binding that globally overrides and takes precedence over all other bindings for that key? I want to override all major/minor mode maps and make sure my binding is always in effect. This of course doesn't work: (global-set-key "\C-i" 'some-function) It works in text-mode, but when I use lisp-mode, C-i is rebound ...

Shortcut key for 'View in Object Browser'

Does anyone know if there is a shortcut key for viewing the selected object (in the text editor) in the object browser? I am sure there was one, but I cannot find it, or anything that seems to work in the key bindings dialog. eg: string test = string.empty; if (string.isnullorempty(test)) { ^ caret here ....

Is there a keyboard shortcut to toggle text size in IE8?

IE 6+ had the capability to hold ctrl + mousewheel to increase and decrease the text size on the page. However, now IE 8 has replaced that functionality with the widely accepted full page zoom +-. Has anyone found a keyboard shortcut that will just increase and decrease the text size again? ...