Top "Hotkeys" questions

Hotkeys provide quick access to user interface application or system actions via combinatorial key presses.

How to comment a block in Eclipse?

Does Eclipse have a hot key to comment a block? and to uncomment a block?

eclipse comments hotkeys
Eclipse HotKey: how to switch between tabs?

How can I switch between opened windows in Eclipse? There is Ctrl+F6, but it's asking me which one I …

eclipse tabs hotkeys
Any way (or shortcut) to auto import the classes in IntelliJ IDEA like in Eclipse?

In Eclipse, while coding in Java and press Ctrl + Shift + O auto import all the Classes automatically. In NetBeans, this …

java eclipse intellij-idea keyboard-shortcuts hotkeys
Set global hotkeys using C#

I need to capture a key press when my program is not in focus. (ie. Ctrl+Alt+J) and trigger …

c# .net hotkeys
Is there a hotkey to switch between split window panes?

Visual Studio Code has a hotkey combination to split the current window to 2 or 3 panes: "key": "ctrl + \", "command": "workbench.action.…

visual-studio-code hotkeys
Ctrl+Enter jQuery in TEXTAREA

How do I trigger something when the cursor is within TEXTAREA and Ctrl+Enter is pressed? Using jQuery. Thanks

javascript jquery html hotkeys
How can I send keyboard shortcut Alt + Shift + Z (hotkey) with Selenium 2?

I am trying send a shortcut with Actions.sendKeys, but it isn't working. (New Actions(driver)).SendKeys(Keys.ALT, Keys.…

selenium shortcut hotkeys
AngularJS ng-keydown directive only working for <input> context?

I am pretty new to AngularJS but found it quite to my liking so far. For my current project I …

angularjs hotkeys
How to delete the current line and add a new line in Notepad++?

How to delete the current line and add a new line in Notepad++? These two operations are very common but …

notepad++ hotkeys
VIM, incremental search: How can I jump to the next result and get it highlighted?

When using VIM's incremental search option I usually search and after I got to the first result (it will be …

search vim hotkeys