shortcuts

What is keyboard shortcut to view all open documents in Visual Studio 2008

I am trying to learn the keyboard shortcuts in Visual Studio in order to be more productive. So I downloaded a document showing many of the default keybindings in Visual Basic when using the VS 2008 IDE from Microsoft: http://www.microsoft.com/downloads/details.aspx?familyid=255b8cf1-f6bd-4b55-bb42-dd1a69315833&displaylang=en But, ...

Visual Studio 2005 Shortcuts

I'm trying to bind the following shortcut: Ctrl + W to close tabs How can you customize VS to add/change shortcuts? Also, what are the most useful shortcuts you guys have found? ...

What is the shortcut key for Run to cursor

What is the shortcut key for Run to cursor in visual studio 2008? ...

How can I make a shortcut start in a different directory when running it as an administrator on Windows Vista?

I have a shortcut on my desktop which opens a command prompt with many arguments that I need. I set the 'start in' field to d:\ and it works as expected (the prompt starts in d:). When I choose Advanced -> run as administrator and then open the shortcut, it starts in C:\Windows\System32, even though I have not changed the 'start in' fi...

Emacs equivalent of Vim's yy10p ?

How can I copy a line 10 times easily in Emacs? I can't find a copy-line shortcut or function. I can use C-aC-spcC-eM-w to laboriously copy the line but how can I then paste it more than once? Any ideas before I go and write my own functions. ...

Windows XP - Create Shortcuts on Desktop and controll their placement

In any language really, im looking for a simple (very simple) way to control the position of a shortcut on the users desktop. I already make the assumption that Auto Arrange and Align to Grid are unchecked. Ex: The program creates the shortcut to the desktop than places it at position (450,302) on the desktop. I know how to create sho...

How do I have YAHOO.util.KeyListener disabled when an input element is focused?

I have a MenuBar setup with YUI's MenuBar widget, and I have a YAHOO.util.KeyListener attached to 'document' to get quick keyboard access to the menus and submenu items (e.g. 's' to open the Setup menu). The problem is that the keylistener will still fire when a user is in an input element. For example, a user might be typing 'soup' in...

What Linux/Unix commands are outdated and have powerful alternatives?

Today I discovered you can make less act like tail -f. less filename, then press Shift-F to start follow mode. Just like tail, but you have all the added features of less - like scrolling, searching, and the highlighting of search hits. I've been watching log files with tail for years. This just made me ponder: are there other comm...

A keyboard shortcut in VS2005/8 for "Exit Current Method"

When debugging, a trick I do whenever I want to exit the current method without running of its any statements, I move the current execution pointer to the end of the method, then click F10/11. Is there a keyboard shortcut (or can I program one) to accomplish this? (I don't mean shift-F11 (step out) - that does run all the code until th...

How do you start a program stored on a UNC share from the command line with parameters?

There's an in-house program we use and it's stored on a UNC share so that updates are transparent. I'd like to supply it some command line parameters like so: \\server\share\in_house_thingy.exe myusername mypassword But I can't seem to get it to work in either CMD or PowerShell or via a shortcut. Anyone got any ideas? ...

How can I access the bookmarks toolbar using only shortcuts in Firefox 3

I am not interested in accessing the bookmarks menu or sidebar. The specific goal that I'm trying to accomplish is to be able to easily navigate (using only the keyboard) through the live bookmarks loaded from stack overflow by means of a feed reader and located on my bookmarks toolbar. Notes: I have found an add-on that supposedly d...

Windows shortcut (.lnk) parser in Java?

I'm currently using Win32ShellFolderManager2 and ShellFolder.getLinkLocation to resolve windows shortcuts in Java. Unfortunately, if the Java program is running as a service under Vista, getLinkLocation, this does not work. Specifically, I get an exception stating "Could not get shell folder ID list". Searching the web does turn up ment...

How can I test programmatically if a path/file is a shortcut?

I need to test if a file is a shortcut. I'm still trying to figure out how stuff will be set up, but I might only have it's path, I might only have the actual contents of the file (as a byte[]) or I might have both. A few complications include that I it could be in a zip file (in this cases the path will be an internal path) ...

Is it possible to programmatically add a softkey shortcut to an application in Symbian

Is it possible for a Symbian S60 application to automatically add itself to one of the softkeys. The best would be if it could be done at installation time but if there is some API that can be used to add a shortcut the first time the application runs that would also be ok in our case. Does Symbian has some best practices around this. I...

How to create website shortcut in a VS Setup project?

How do I create a shortcut to my website in the VS 2008 Setup project? I'd like to have a shortcut created inside User's Program Menu\MyProgram , after the application is installed. I could create a shortcut to the application itself but I have no idea how to make a shortcut to an http:// address. Can anyone help? ...

What do you do to learn shortcuts?

Keyboard shortcuts can definitely improve your productivity. But first you have to learn them... What do you do to become shortcut-master? Do you just try to remember? Use a tool similar to KeyTraino? Have a .txt file with shortcuts you're trying to learn? Have a ton of posters with shortcuts hanging on a wall? How is that working for...

How do you create (and read) windows shortcut(.lnk file) in Java?

Same question, different langauge. How do you do it in Java? Do you use JNI? run exe? or are there any library read/write *.lnk like POI read/write *.xls? I used to workaround to create ".url" which is plain text INI file. But I am looking for other interesting way to do it. ...

Install Shield 2009 - Shortcuts creation

Is it possible to create shortcuts in Install Shield 2009 based on user input? In essnes, a shortcut will be created (on the desktop) only if the user (who runs the installation) wants to do so ...

Updating a class after changing its Interface

Hi, Say I add a function to an outstanding Interface. In Visual Studio, within a class which implements it I can right click the Interface declaration and re-implement it. This will update the code to reflect the changes made. Is there anyway to do the same thing in eclipse? It'd be nice if there was. I've searched the net, alas no joy....

Fake Shortcuts in Windows - Is there an API? One for C#?

I'm not sure what they call the fake shortcuts you often see in Windows now. A good example would be the link to any of the Office 2007 programs. You can tell one of these from a regular shortcut because the Target is grayed out and is not a real path. Can you access these through a .NET API? Like ask for the target? or get any of the in...