hotkeys Questions

8

I want to create a gesture for StrokesPlus that will switch between the Google Chrome windows. Of course it is possible to switch with Alt + Tab, but I don't want to see other programs that a...
Rossman asked 28/5, 2013 at 19:37

4

Solved

How to format file | project folder | all project files (using hot keys AND using menu) in Visual Studio Code?

5

Solved

I am trying send a shortcut with Actions.sendKeys, but it isn't working. (New Actions(driver)).SendKeys(Keys.ALT, Keys.SHIFT, "z");
Eldest asked 17/7, 2012 at 10:12

5

Solved

Typically the hotkey letters on a MenuStrip are underlined. (&File, &Open, etc) On a project I'm working on the underline shows up in the designer, but not at run time. I can't find the pro...
Abiosis asked 6/5, 2009 at 15:58

5

Solved

I am developing a quite large web application, and it is probably a good idea to use hotkeys for some common tasks. However, I discovered that finding safe key combinations is a problem, regarding ...
Hallucinosis asked 25/7, 2010 at 13:53

2

How to star a Spotify song while it's minimized? Okay so the Spotify application on Windows does not have inbuilt support for global hotkeys, and very basic hotkeys even when the application windo...
Briefing asked 27/5, 2013 at 15:3

3

What is the simplest way to (globally) bind a key combination (e.g. <Super>+A) to a function in a gnome shell extension? Inspecting a couple of extensions, I ran into the following code: gl...

6

Solved

I want to read an users input into a string while still reacting on ESC press at any time, but without defining a system wide hotkey. So when the user types e. g. "Test Name" but instead of confir...
Rik asked 13/8, 2015 at 19:8

3

Solved

When using VIM's incremental search option I usually search and after I got to the first result (it will be highlighted) I use the / key to jump to the next result. But: For this I need to 'can...
Judgemade asked 8/11, 2011 at 10:8

6

A Java6 application sits in the system tray. It needs to be activated using a hotkey (e.g. Super-G or Ctrl-Shift-L etc) and do something (e.g. showing an input box). How do I do that on: Windows...
Heartbreak asked 17/9, 2008 at 3:28

17

Solved

Does Eclipse have a hot key to comment a block? and to uncomment a block?
Laval asked 4/1, 2010 at 19:28

11

Solved

I'm building an application in C# using WPF. How can I bind to some keys? Also, how can I bind to the Windows key?
Dovetail asked 8/9, 2008 at 0:35

4

Solved

Is it possible to assign hotkeys and mnemonics to the buttons in a JOptionPane Dialog? I'd like to be able, in a JOptionPane generated message dialog with the options Yes, No and Cancel, press Y to...
Weddle asked 1/10, 2009 at 18:6

5

Solved

i want to set the key equivalent of a menuitem with [menuitem setKeyEquivalent:(NSString *)s], how can i do that if i have multiple modifiers ? i tried: unichar shift = NSShiftKeyMask, cmd = NSC...
Wrong asked 3/6, 2011 at 16:21

6

I can no longer see the project folder navigation tree on the left side of my interface. I suspect I have hit some shortcut by accident that made it go away. What are the shortuts to make the p...
Wailoo asked 6/8, 2012 at 17:55

3

Let's say someone wants to create a cross-platform (Mac, Linux, Windows) global hotkey in Go (golang) - you press a hotkey combination anywhere in OS and let's say something is printed in terminal....
Orsola asked 28/7, 2016 at 21:9

1

I want to implement Ctrl+Y as a hotkey in my python script, however, Ctrl+Y will cause a signal to be sent to my script, causing it to stop. How can I override the Ctrl+Y key combination within th...
Sesquicentennial asked 18/10, 2015 at 10:58

3

Solved

I'm working on an application, which I need to run in the background and run a function when a certain combination of buttons is pressed. I kind of understand that this requires a platform-sp...
Bandbox asked 22/2, 2016 at 21:42

2

After short reach i found answers that CTRL+M, CTRL+L do that but this only works on specific block and not all the code sections like Ctrl + m + O under code behind.
Remuneration asked 10/6, 2015 at 9:26

6

I am pretty new to AngularJS but found it quite to my liking so far. For my current project I need hotkey functionality and was happy to see that it is supported since the 1.1.2 release. The ng-ke...
Machinist asked 29/3, 2013 at 13:58

3

In class we had a hotkey for using the terminal with the currently choosen directory. I fixed an issue now with the debugger and everything seems to run smoothly now. Yet, what hotkey fixes t...
Kahlil asked 13/4, 2019 at 17:31

2

Solved

My goal is to call the setEditing () function in the Todo component. I have created a keyboard shortcut: const keyMap = { TEST: "t" }; const handlers = { TEST: () => this.setEditing() }; c...
Symbolize asked 30/8, 2019 at 0:34

2

I want to switch the ctrl click functionality in Eclipse to be triggered by a middle mouse click. I saw a question here about how to disable the ctrl click functionality; I want to preserve it but ...
Departmentalize asked 15/12, 2015 at 17:42

5

Solved

I call up Find and Replace dialog with Ctrl+H. On F3 it finds the result but then I must hunt the Replace button using the mouse. And on every new find, it changes the screen position. Is there any...
Karenkarena asked 3/11, 2010 at 14:21

3

I often run tests and need the test-result pane to be pinned. In other time, I mostly work with writting codes and compile - I prefer to have the output pane (which shared the same space with test-...
Clamant asked 30/9, 2010 at 4:6

© 2022 - 2024 — McMap. All rights reserved.