shortcut

Textmate - select and modify matching HTML Tags

Textmate - Is there a shortcut for selecting matching HTML tags or another way to quickly remove/modify an existing begin and end tag at once? Kind of like SHIFT + CTRL + W ... but for tags that already exist in the code. ...

Shortcut for inspecting HTML documents in Safari 4

Can't find the shortcut for clicking on the magnifying glass for inspecting HTML elements in Safari 4. Any idea on this? (or any resource with a complete list of the web development shortcuts) ...

Disable HotKeys When Typing - VB6

Hey guys, In my VB6 program, I have tons of hotkeys such as X, A, D... ETC . I also have a chat system in it, where everytime I use the characters X or A it will do the actions of those hotkeys. For example, if X was to close the application (not that it really does), when I am typing "fiXing" into my chat textbox, it will close the app...

Creating an empty txt file on Mac OS without opening an application first

Is there a way to simply create a new document e.g. on the Desktop and open it with e.g. textmate with a simple shortcut or script. I know that the MS Windows approach where you can just create a new empty txt file directly is not working for Mac. I am looking for a method achieving something similar. Any ideas? ...

Shortcut to a shortcut in Windows

I have a script that regularly creates a new folder on the network and saves files to a folder. When this script is run, it creates a shortcut to the folder just created. What I really want is for all my users to be able to have a shortcut on each of their desktops that points to the most recent folder. I'd thought I'd be able to prov...

VS2008 Keyboard shortcut open Code in front

This is probably a total newb question but does anyone know how to make the 'F7' keyboard shortcut in VS2008 open the code-in-front page in source view rather than design view? Thanks. ...

How to create a shortcut using wix that could change depending on a user's system

I have created a Wix installer that places 3 shortcuts onto the desktop. One of these shortcuts references the user's DVD Drive. Is there a way to dynamically set the target of this shortcut based on that drive letter? Would a custom action be the way to go? If so how would I change the target of a shortcut using that custom action. I ha...

How can I process a 3rd-party key combination when my app is active?

There is a small 3rd-party program in the notification area of the taskbar that uses Ctrl-F11 key combination to do a task. The problem is I am using the same shortcut but mine is shadowed by the other one. Basically, I can not do my thing when the user presses Ctrl-F11 even though my window is the one that is currently active. I thought...

C# assembly - shortcuts

I have a C# project that has multiple folders: Folder1, Folder2. I added a shortcut in 'Folder1' to an xml file that is already in 'Folder2'. In this case when I compile the project the xml file will I have two copies in the assembly? ...

Is there a better way to write this jQuery script?

So the script works, but it seems pretty long. I think there may be some shortcuts I could take, maybe use an array? But I'm new at JS, and really new at jQuery. What it does: I have a list of ten questions, and I want to take a graphic (plus sign) and toggle it when clicked to a minus sign. It will also reveal the answer by using a sl...

XUL shortcut keys

Hi Friend, I am developing a Firefox add-on, and for that I have used overlay, now I want that if somebody presses the key like control+j it should open my extension, and if somebody presses ctrl+space it should execute a JavaScript function. I tried this: <keyset id="mainKeyset"> <key id="keyOpen" keycode="VK_J" oncommand="docume...

ZipPackage interaction with a shortcut

I have a folder structure containing a number of documents, as well as a shortcut link to another file in the folder structure. (essentially the file structure maps like a graph). If I zip up these files in Windows, the shortcut will point to the right file when the archive is uncompressed somewhere else. Now, I want to be able to do ...

Delphi: How to Assign an Up Arrow Keyboard Shortcut to Action/MenuItem, and Keep It Actual for Navigating the List Control (ListBox/VTV)?

Hello! Please assist me: How to assign an up arrow keyboard shortcut to action or menu item, and keep it actual for navigating the list control (e.g. ListBox/Virtual Treeview/other) at the same time? Thanks! ...

How to use short cut keys to insert get set code of data member in visual studio?

How to use short cut keys to insert get set code of data member in visual studio? I think it is some tab. ...

.net .vdproj - application shortcut

I'm create a .vdproj setup for a simple windows form. I have added a shortcut to the user's program menu (in a folder), but when I click the shortcut, it just opens the install folder. How do I set it up to run the .exe program? I just tried putting the .exe name in the "Argument" for the shortcut - no luck yet. I thought it might b...

How to create desktop shortcut for all users in WIX

Hello, I am developping a MSI installer by using WIX, I can create shortcut on desktop for only one user. Now what shall I do to make a shortcut for all users on the machine? Please advise. Thank you. <Shortcut Id="desktopshortcut" Directory="DesktopFolder" Name="test" WorkingDirectory='INSTALLDIR' Advertise="yes" /> ...

Creating a shortcut for a exe using a batch file

I know a topic already exists like that but I do not want to use a VB script. I would hope you can create a shortcut using a command line in DOS. Please post some example that would be great. Thanks! AA ...

How to capture CTRL + CTRL key presses in my Win32 application?

How would I capture the user pressing CTRL twice (CTRL + CTRL) globally. I want to be able to have my application window hidden and then make it visible when the user invokes it with the CTRL+CTRL key presses similar to Google Quick Search Box. The user may have focus on a different window. I've looked at RegisterHotKey, but that seems t...

Eclipse shortcut to run a class

I have an Eclipse project where I often launch the same java class. I have added my run configuration to the favorites menu, but to launch it I still need to click on the run-drop-down menu and click the icon - is there any way to associate a shortcut to this? When I searched for it I got lost in all the plugins & other things which seem...

How do I Create a link to an executable Installed by Visual Studio Setup Project

I am working on a visual studio setup project. I want the setup project to install the executable for a windows forms project, and then put a link to that executable in the Programs Menu on the target machine. In the Setup Project I clicked 'Add'-> Project Output... and selected the Primary Output from my WindowsForms App. So that should...