shortcuts

How to switch to next \ previous property in properties window without using a mouse in VS 2008?

Hello guys. The topic says it all. In case of my question is not clear enough let me provide you a screenshot ;-) I am editing ColumnHeadersHeight property. When I finish I want to use some a key to go to ColumnHeadersDefaultCellStyle property or to ColumnHEadersHeightSizeMode property. How to do that without using a mouse? ...

Generate Windows .lnk file with PHP

Hello, I'm working on a project which involves an FTP server running ProFTPd and a PHP/MySQL backend that creates accounts for users. Upon the creation of accounts, users are sent e-mails with their account details and instructions for downloading FileZilla or CyberDuck, depending on their OS, detected via user-agent string. To make t...

VS 2008 created shortcut doesn't show up in "Send To" menu

I have a WinForms application built using Visual Studio 2008. I added a Setup Project to the solution to create an installation MSI file. I need the setup project to create a shortcut pointing to the application's executable in the users Send To Menu. This way when someone right clicks on a file, my application will show in the Send T...

Can I set an environment variable for an application using a shortcut in Windows?

I have a feeling I should be able add a directory to the PATH environment variable on an application-lifetime basis, but I can't find out how to do this. Is it possible to add a parameter to a Windows shortcut that appends a directory to the current value of PATH for use by the application being linked? Cheers. ...

What is the best way to write faster on Vim using a non-english keyboard?

I usually use Vim, and its great for the ability to do faster some actions than other editors. However, since I live in Argentina I have a Latin American keyboard, that makes everything in Vim pretty slower (to write / to search, I must press Shift+7). Since I don't want to be changing Keyboard layouts all the time (and its pretty diffi...

WPF menus with shortcuts and custom RoutedCommand

Im new to WPF so i might be missing something. I have a simple function in my MainWindow class called StartService. I wanted to add a menu item "Start Service" with a shortcut Ctrl+S to my application. I had to do the following: In my MainWindow class i had to define: public static RoutedCommand StartServiceRoutedCmd = new RoutedComma...

How can I easily exclude certain lines of code from a compile?

Scattered throughout a software project I am working on are many lines of code that were written for debugging and utility purposes. Before I compile my code, I want a way to select whether or not these blocks of code should be included into my compile (something that won't require navigating the code commenting out). How can I do this? ...

Multiple program shortcuts from one application

In my application I have a number of Activity classes. When I run on emulator (or install to a device) a corresponding number of program shortcuts show up in the programs menu. Why does this happen and how can I avoid it? Many thanks. ...

Adding his application to the "add to Home screen"/"Shortcut" section

Hello all, In my android application, I create shortcuts by code to some activities within my application. I do this feature by using the broadcast: intent.setAction("com.android.launcher.action.INSTALL_SHORTCUT"); sendBroadcast(intent); and that's cool, that really work! Now I would like to do something different: I have se...

Create keyboard short-cuts for Toolbar Control in VB6

Hi everyone, In my VB6 project, I'm using only Toolbar Control in main MDI From (Not menubar), The Toolbar has big pictures denoting actions like New, Save, View, Help etc. I wanted to know if there is any way to create keyboard short-cut for these actions. As far as I know, properties of Toolbar control of MS Windows Common Controls 6....

Delphi2009 Shortcuts?

Possible Duplicate: Comprehensive list of Delphi IDE Shortcuts What are the Common useful shortcut in delphi2009? can we create also our own? ...

How do you create a shortcut to a folder in Windows Installer?

I need to install a shortcut that opens one of the folders that I'm creating. What mist I do to create a shortcut whose target is a folder instead of a file? I tried making the folder the shortcut's target, but when I try to install the application, Windows Installer tells me that the shortcut can't be created even though both the destin...

Using gedit, how can I jump to the location of an error? (jump to next error shortcut)

I'd like my students to be able to run the compiler from within gedit and when there are errors, have a keyboard shortcut to jump directly to the source code containing the next error. I know how to do this in emacs (M-x compile followed by C-x `). Does anyone know how to set up something similar in gedit? ...

Is it possible for a Perl script running on a Unix/Linux platform to create Windows Shortcuts?

If I want to create a *nix symlink, I'll call symlink();, if i'm running a script on windows and I want to create a shortcut, I'd use Win32::Shortcut. But what if I want to create a Windows shortcut if running a script from a *nix machine? I'm accessing a SMB share on a Windows Server 2003 machine from my *nix machine. ...

Remote Desktop - Shift+Insert for Paste

I have a keyboard that has keys on it for copy, paste, and cut. These keys are mapped to the following shortcuts: ctrl-insert = copy shift-delete = cut shift-insert = paste With remote desktop all this accomplishes is turning on/off insert. Is there a way to get these shortcuts working with remote desktop? ...

SQL Server Management Studio shortcuts in Visual Studio 2010?

I'm using Visual Studio 2010 with Team Foundation Server for my DB Project. I'v been using SSMS with VSS and gotten used to all the shortcuts. For example Ctrl + R to hide result of a query. Ctrl + T for output in text format. Also assigning custom shortcuts to system stored procedures such as sp_helptext. My Question is that, has anyo...

Why does TDataModule not execute actions when I hit shortcut?

Shortcut-handling module of my application contains some sort of 'global' hotkeys, that are linked to their own actions in action list in TDataModule. I did so, because it is part of shortcut persistence and editing system I have. So, any TAction I add into some form/frame/datamodule of my application will be processed and viewed in sho...

Is there any keyboard shorcut available for "Go Into" in eclipse 3.5 tool?

I just wanted to know about, Is there any keyboard shortcut key available for the "Go Into" option into the eclipse 3.5 IDE. Any help will be really appreciate. See below this screen shot if you can figure out the answer. ...

Intellij 'Go to symbol' shortcut in eclipse?

There is a shortcut in IntelliJ I'm looking equivalent in Eclipse, it is called 'Go to symbol'. CTRL-ALT-SHIFT-N lets you start typing and glob up classes, method names, variable names, etc, from the entire project. Does someone know if there is such thing in eclipse? ...