hotkeys Questions

7

Original Title: What is the hotkey, if any, for navigating to layout file or a resource's value? (This question didn't really describe the issue at hand. And as you can imagine, it attracted some...

3

I'm aware of Build.PublishSelection as a shortcut to pull up the publish project window (and publish the entire project), but I would like to bind something to publish just the current file I'm edi...
Pohai asked 24/3, 2016 at 16:4

4

How can I emulate pressing media keys in Java? Such as play/pause, next/previous, volume control. C# has VK_MEDIA_PLAY_PAUSE, VK_MEDIA_NEXT_TRACK and so on. Java has class Robot for working with...
Indigene asked 13/5, 2015 at 16:57

2

Solved

Can Powershell listen for and capture key presses? Is it possible to write a PowerShell script that, like AutoHotkey, sits in tray and waits until you press a predefined keyboard key to start exec...
Peculation asked 17/1, 2019 at 13:9

5

I am wondering is there any shortcut or hotkey that can apply the fix-it suggestion from Xcode? (Xcode 7) In Android Studio, we can just use ctrl+enter to apply the correction. Is there anything si...
Airhead asked 22/12, 2015 at 20:13

0

In Xcode > Preferences > Key Bindings I would like to register the key "SHIFT SHIFT" for the command "Open Quickly..". It makes my transition from Intellij Idea much faster and comfortable. But th...
Indisposed asked 2/10, 2018 at 12:12

5

Solved

Is there a way to get a standard Windows Forms application to detect if the Shift key is being held down on application startup - without using Windows hooks? I ideally would like the workflow to ...
Spadiceous asked 9/6, 2009 at 0:17

2

Solved

I'm writing a python app, whose main purpose is to run a minigame (using the 'pygame' library), whenever I use a hotkey (which currently uses the 'keyboard' library). I want this hotkey to be recog...
Wieche asked 22/7, 2018 at 19:18

9

Solved

When I use CTRL+H I end up on the Java Search tab. I would very much like a shortcut to go directly to File Search instead. Is that possible? See image here for what I'm talking about:
Folium asked 18/9, 2008 at 12:17

3

Solved

This could be a simple one and there may be duplicates of this type of question, but I can't find the answer anywhere. I want to complete the type of the variable by inferring the method's return t...
Ripp asked 13/7, 2015 at 11:18

2

Solved

I've split the code window for a long css file into two sections, top half for viewing one area of code, bottom area for viewing another area of the code. I did this by dragging the splitter on the...
Crompton asked 4/2, 2010 at 22:52

7

Solved

In Eclipse, you can use Ctrl + Shift + T to search for a type. Unfortunately, Eclipse does not respond to this hotkey in one of my workspaces. I am running IBM AST 6.1, which is built on Eclipse 3...
Kaddish asked 3/5, 2011 at 13:25

1

In Vim I want to have a conditional statement in a Key mapping. If the cursor is at the start of a line, I want this mapping: imap <F1> <ESC>:syntax sync fromstart<CR>i but ot...
Repellent asked 8/11, 2017 at 20:22

3

I want to duplicate just like the standard CTRL+D hotkey in intellij, but in the eclipse version was a way to end up in the duplicated lines with the caret. E.g. the original is at the bottom and y...
Keratin asked 28/11, 2013 at 4:24

1

Solved

So I have a C# Console Application with a Form, which I want to open using hotkeys. Let's say for example Ctrl + < opens the form. So I got the code to handle a globalkeylistener now, but ...
Pompidou asked 2/9, 2017 at 11:25

1

Solved

I installed Resharper 2017 for VS2017, in the first run it asked about hotkey setup and I chose VS hotkeys. I tried Resharper and decided to uninstall it. Now ALT + UP / DOWN doesn't move lines! Ho...
Admit asked 14/6, 2017 at 16:37

2

Solved

Is there a Hotkey to pin / auto hide a panel like Solution Explorer? It would be a good combinations with CTRL+ALT+L which focus Solution Explorer.

3

Solved

I just wrote a little program which downloads a new wallpaper from flickr every few minutes. Now I want to add the capability to "like" a wallpaper, so it will occur more often than non-liked or d...
Christman asked 13/3, 2014 at 1:29

7

Solved

As far as I've been able to find out, Windows doesn't offer an API function to tell what application has registered a global hotkey (via RegisterHotkey). I can only find out that a hotkey is regist...
Scottiescottish asked 6/5, 2009 at 10:32

6

Solved

Currently I have to open Team Explorer and click on Source Control Explorer as below snapshot. I do this very often and need a hotkey for that. What is it then?
Satinet asked 15/1, 2014 at 7:3

4

void MagicalFunction(MagicalType magic) { ... magic.Poof("something"); ... var foo = magic.GetFoo(); ... } Pressing the hotkey on variable magic would navigate to definition of type MagicalT...

3

Solved

I'm using Eclipse for Python and R development. How can I jump between editor tab and console window using a keyboard shortcut / hotkey?
Clustered asked 23/2, 2011 at 11:19

2

Solved

Is there a way to notice the release of a hot-key button registered with RegisterHotKey? I get a WM_HOTKEY message every time I press the hot-key but I need to know when the key was released
Bilyeu asked 9/1, 2012 at 3:29

3

Solved

If I hit F12 while my application runs under Visual Studio in debug mode, the WM_KEYDOWN never reaches my event loop, but it immediately triggers a breakpoint. Is it possible to disable this featur...
Horseleech asked 25/9, 2013 at 6:29

4

Solved

I would have expected this to be a very simple task: switching between windows of the same application, but I can't seem to find the shortcut to do it. I generally have several windows of app...
Guidance asked 24/6, 2012 at 5:47

© 2022 - 2024 — McMap. All rights reserved.