Top "Hotkeys" questions

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

C# global keyboard hook, that opens a form from a console application

So I have a C# Console Application with a Form, which I want to open using hotkeys. Let's say for …

c# forms hotkeys global-hotkey
Listen on ESC while reading Console line

I want to read an users input into a string while still reacting on ESC press at any time, but …

c# console key readline hotkeys
Setting up Tortoise SVN Windows 7 hotkeys

How would one go about setting up some hotkeys for commonly used SVN actions such as diff? Currently to view …

windows svn windows-7 tortoisesvn hotkeys
How to format file in Visual Studio Code (hotkeys)?

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

angular typescript visual-studio-code code-formatting hotkeys
What are cross-browser and cross-OS safe keyboard shortcuts usable for web application?

I am developing a quite large web application, and it is probably a good idea to use hotkeys for some …

web-applications hotkeys
Register more than one hotkey with RegisterHotKey

I found this little piece of code to register an hotkey: [DllImport("user32.dll")] public static extern bool RegisterHotKey(IntPtr …

c# hotkeys registerhotkey
How to hijack the Caps Lock key for Cut, Copy, Paste keyboard operations

Here is what I am trying to accomplish: To Copy, press and release Caps Lock ONCE To Paste, press and …

windows keyboard hotkeys hook capslock
Will this hotkey work for Mac users?

I'm using the following code to catch when people press Ctrl+Shift+P for my chrome extension: window.addEventListener("keydown", …

javascript macos google-chrome-extension hotkeys
How to create a global hotkey on Windows with 3 arguments?

Just like Ctl, Alt + delete I want to write a program, which uses global hotkeys with 3 or more arguments in …

python hotkeys registerhotkey global-hotkey