The shortcuts tag has no wiki summary.
1
vote
1answer
15 views
“Open last closed document” shortcut for Visual Studio? [duplicate]
Is there a shortcut or command in VS for opening last closed document?
Many times I close a doc. and a second later I regret and want to reopen it, I'm tired of struggling to find it in the solution ...
0
votes
0answers
7 views
How to locate advertised shortcuts target path
I want to locate an exe path of a lnk file by IID_IPersistFile,but the advertised shortcuts made me in trouble.How can I locate the path exe path of an advertised shortcuts?
Thanks all.
0
votes
2answers
51 views
retrieve keystroke that triggered function on Qt
I'm adding a list of shortcuts (keys 0-9) to some action selectOverlay on qt. How can I retrieve which keystroke triggered the slot on selectOverlay()?
connect( selectOverlay, SIGNAL(triggered()), ...
0
votes
0answers
58 views
Using Visual Studio on Mac in Parallels 8 with Shortcut Keys [closed]
Hoping someone can help.
I just started using a Macbook Pro and virtualized my Windows 8 that contains my Visual Studio 2012 development environment. I am using Parallels 8 for virtualization. ...
-2
votes
0answers
26 views
Creating a shortcut to “App Info” for specific apps on Android [closed]
Currently, there is a way to create a shortcut to the "Manage Apps" screen. However, I am curious if there is a way to create a shortcut directly to the App Info page for any specific app.
For ...
0
votes
1answer
25 views
I'm quite missing the Control+Tab shortcut of Visual Studio in Xcode
What is its equivalent in Xcode? Can I make my own custom shortcut in Xcode?
What other useful keyboard shortcuts in Visual Studio that has a counterpart in Xcode?
Note: Control+Tab switches code ...
1
vote
1answer
31 views
Statement to display create table SQL
Is there a stored procedure or some SQL that I could run that would display the SQL for creating a table from an existing table? Like sp_helptext to display the contents of a function or stored ...
1
vote
1answer
72 views
Shortcut to Navigate back in visual studio 2010 and resharper
I'm just getting back to visual studio after using phpStorm(jetBrain's product) and I'm missing all the nice shortcut keys. I've installed visual studio 2010 with resharper but am still missing some ...
0
votes
1answer
42 views
Shortcut keys for full-screen mode in Rubymine (4.x+ or 5.x+) for Windows?
I'm using Rubymine 5.4 for Windows (the best Ruby IDE I've found by far, BTW). You can enter full-screen mode by navigating to MENU > VIEW > ENTER FULL SCREEN. Once in full-screen mode, moving ...
0
votes
1answer
29 views
Software to copy some strings of text and paste them in succession
I'd like to know if there is such a software (on either windows or linux) that allows to copy several strings of text but then paste them one after another.
Example: I copy string A which is '000' ...
0
votes
0answers
77 views
How to send link directly to a local server file through gmail
Often via gmail I am sent an link to the location of a file on the company server, ie
afp://Client/Somename/Someothername/Bla/Bla/Bla/Hereisthefile.file
or
...
0
votes
1answer
21 views
Shortcut Ghost: Running a Shortcut as the File?
I'm attempting to generate a shortcut that will run an executable file called WAVistaWin7.exe. Whenever the shortcut generates, I'll double-click it, and it will say "WAVistaWin7.exe cannot find ...
0
votes
0answers
310 views
How can I add a shortcut to a PDF file I have on my home screen?
I want to create an application to add shortcuts, for me I want to create some shortcut of files , such as pdf. the code below to add the shortcut of applications.
private void addShortcut() {
...
1
vote
1answer
220 views
Add custom shortcut by command-line - Ubuntu 12.10
How do you add a shortcut by commandline?
If we do it by hand (Keyboard > Custom Shortcuts) it works as it is supposed to do.
When we want to do it by commandline (in a bashscript as example)
...
1
vote
4answers
88 views
How to work with keyboard shortcuts in WPF?
I have 10 check box items sorted alphabetically, say for example:
Apple, AirCraft, Ball, Bottom, Cat etc.
By pressing the A key the focus must be set to the Apple check box, B - to Ball. How can I ...
0
votes
0answers
34 views
Disable all items in org.gnome.** keybindings schema at once
Is there a way to disable all keybindings at once instead of doing this:
gsettings set org.gnome.desktop.wm.keybindings activate-window-menu []
gsettings set org.gnome.desktop.wm.keybindings ...
0
votes
1answer
83 views
outdent with Shift+Tab in eclipse / Zend Studio
I'm using Zend Studio 9 and have a trouble with outdent (Shift+Tab). It works only if left of the begin of the line is a tab:
[tab]return array();
but doesn't work for the spaces:
...
0
votes
0answers
4 views
How to implement keyboard bindings support in an application?
What data structures & methodologies exists, for adding the functionality for a user, to define his own shortcuts in an application (like e.g. in Eclipse keyboard shortcuts options)?
0
votes
2answers
105 views
Cocoa: Middle mouse click event (global) + gesture API?
Are there any resources that might guide me in how to make my app respond to any type of mouse click that is not the left / right button? Globally, even when my app is not active.
And for magic mouse ...
0
votes
1answer
106 views
disabling tinyMCE ctrl+s shortcut to enable this shortcut for ajax content save
I am using tinyMCE in a page. I capture ctrl+s to save the content using ajax, when the focus is out of tinyMCE, everything works fine, but When the focus is in the tinyMCE it doesn't work. I need a ...
3
votes
2answers
167 views
ASP.NET MVC Custom View Path breaks Visual Studio shortcuts
I've seen a lot of articles on how to change the default paths for an ASP.NET MVC project so you can relocate or rename your Controllers, Models, and Views folders by extending the RazorViewEngine and ...
1
vote
2answers
85 views
Keyboard events not responding on page load until click occurs (using jquery hotkeys or mousetrap)
I have tried using the jquery hotkeys library (https://github.com/jeresig/jquery.hotkeys) and the mousetrap library (http://craig.is/killing/mice) to handle keyboard shortcuts on my site.
However, ...
0
votes
0answers
62 views
Why won't my WPF Window minimize with Windows key + M?
My window won't minimize with other windows no matter what I do!
1
vote
2answers
330 views
windows shortcut with relative path to the icon
Is there a way to set relative path to the icon in win shortcut?
for the target location it works fine:
%windir%\system32\cmd.exe /c "cd %CD% && start fileToExecute.bat"
I read that win ...
1
vote
0answers
238 views
WiX - How to create an uninstall shortcut for all users? [closed]
This is not a question, but rather an answer.
One part of the issue is available here: How to install program shortcuts for all users?
Quote:
"... How do I let the installer create a shortcut under ...
0
votes
1answer
62 views
What are some tkdiff shortcuts? [closed]
I've discovered that 'n' will take you to the next diff, and 'p' to the previous one, and 'enter' to the nearest one. Any others?
2
votes
1answer
169 views
Tag and Element shortcuts - Sublime Text 2
Is there a way you can make your own shortcuts for your tags, like if I type in "li" It will automatically put in li type="square" and all I have to do is hit enter?
1
vote
4answers
378 views
Open Powershell in a specific directory from shortcut
This sounds like it should be so simple... I must be dumb.
All I want is to make a windows short-cut that opens Powershell into a specific directory:
I'm using the target:
...
1
vote
1answer
404 views
Custom Google search url that excludes certain sites
I am a doctor and frequently search for colleagues. I am almost never a potential patient looking to make an appointment. The least useful results to me are those from vitals.com and healthgrades.com. ...
2
votes
0answers
527 views
CodeBlocks can't insert brackets
When I use CodeBlocks, for C++ and I try to insert brackets, I use ALT-GR + B and ALT-GR + N.
B for left and N for right. Now in CodeBlocks, when I insert B, which is left, it appears like this and ...
2
votes
0answers
86 views
How to define a mouse gesture in C#
I want to define a mouse gesture in C# with below properties:
Firing the event before other applications that have same gesture
Define different gesture based on different user mouse speed.
So ...
3
votes
2answers
88 views
Appending to / concatenating multiple strings in one call in PHP?
I know you can assign to multiple variables in one call like so:
$varOne = $varTwo = "some value";
But is there a way append to multiple variables (strings) in one call?
Clearly this is incorrect ...
2
votes
0answers
71 views
Is Xcode's “delete word backward” broken or am I crazy?
Firstly, this type of functionality works correctly in other text editors in OSX.
In Xcode, in most cases, "delete word backward" will correctly delete the previous "word". Where it "breaks" is when ...
6
votes
1answer
286 views
Android pick activity text color
I have a problem with pick activity, i have this popup :
Text color is white and background too.
This is code i use :
Bundle bundle = new Bundle();
ArrayList<String> shortcutNames = ...
0
votes
2answers
131 views
how to make streamwriter create a url link in a non-system folder in C#
I am having a problem with creating a url link (shortcut) in a non-system folder. The link is getting created properly on the desktop without any problem, but if I change the path to a non-system ...
0
votes
1answer
888 views
How do I add an icon to launchpad in os x mountain lion that will launch a java .jar?
Let's say I want an icon in Launchpad that when clicked on executes:
java -jar /Users/me/Program.jar argument1 argument2
I'm running OS X Mountain Lion. This is a little Java program I wrote for ...
0
votes
1answer
280 views
Create a Windows 7 Shortcut at run time
I am trying to create a shortcut to a folder that my program creates when the user adds a profile to the device. The shortcut link to the folder and is supposed to appear in the users Favorites (the ...
6
votes
1answer
161 views
Jump through java methods in emacs
I want to jump through my java files by method, e.g. when I've got my anywhere, do a single keyboard shortcut to jump to the next end of a method or beginning of a method.
Emacs' "moving by defuns" ...
2
votes
1answer
52 views
How to duplicate a line in KDevelop
How can I clone a line in KDevelop? Is there any shortcut or menu item for that?
0
votes
0answers
58 views
modifier key removed in qt menu-shortcuts in win7
I wrote a program in qt-creator 2.4.1 (Qt 4.7.4, 32bit) with a menu. The actions in the menus are assigned to shortcuts with the built in function in qt-cretaor, i.e. instead of clicking on an entry ...
0
votes
1answer
116 views
menu launcher / icon shortcut for SSH client(putty)?
I'm remotely accessing my Linux web server via SSH client(putty). I have sets of commands I frequently use written down to some text file and copy&paste them to SSH client whenever I use those ...
0
votes
1answer
71 views
Using shortcuts (alias) in iOS
In my game, rather than copying and pasting the existing images over and over again, I prefer to use shortcuts of images. However, each shortcut is 2.6mb which is bigger than most images. Is there a ...
0
votes
0answers
108 views
CSharp How to fire System Tray Icon click event of other application
I want to fire System tray icon click event of other application.
I have a launcher application, from which I execute other applications. Right now applications will open when I click button to launch ...
0
votes
2answers
233 views
Programmatically get launcher's icon size
I'm trying to programmatically get the launcher's icon size. It differs between devices. I don't have the assets in advance, I'm creating them.
Can I somehow query for the right icon dimensions for ...
0
votes
0answers
126 views
Function to delete shortcuts in WindowsXP and Windows7 installshield
I have a requirement to delete the shortcuts created during installation of a certain product
I know I can use
DeleteFile(path\to\*.lnk)
Is there a variable which can be used in place of ...
0
votes
1answer
190 views
java createText without Ctrl C, Ctrl V
I have tried to create a text box with
protected FormToolkit toolkit = new FormToolkit(parent.getDisplay());
Text idInput = toolkit.createText(parent, " ", SWT.BORDER);
Then, there is just Ctrl+A, ...
0
votes
0answers
152 views
Overload a Keyboard Shortcut in Excel 2010
I have a toolbar in Excel 2003 and i had some keyboard shortcuts to fonction on this toolbar, but now i'm trying to migrate it to a Ribbon on Excel 2010. The Ribbon is working correctly but i all my ...
5
votes
1answer
411 views
Custom keyboard shortcuts
I want my app to support keyboard shortcuts. Many devices, such as Asus Transformer have external keyboard which has CTRL key (available on API Level 11). I've made some code, to check if CTRL key ...
0
votes
0answers
23 views
Shortcuts to invoke java app
I want to write small application: " App Launcher". It should be simple frame with labeled icons - activators, and when I click on one, application should start. But I want my app to run in system ( ...
0
votes
2answers
256 views
Create fast shortcuts for Snippets in XCode
I'm using the german keyboard layout and so the different brackets (), [], {} are not "fluently" reachable while programming. I tried the US Layout but didn't like it either. So I came up with a ...




