global-hotkey Questions
0
I have a program that makes use of global hotkeys (ALTGR + F1 -> F12):
HotKeyManager.RegisterHotKey(Keys.F1, KeyModifier.AltGr);
HotKeyManager.RegisterHotKey(Keys.F2, KeyModifier.AltGr);
HotK...
Gadolinite asked 2/5, 2022 at 7:46
1
I'm a longtime Windows user who really likes to customize his Windows with lots of different utilities (some written by myself in Python) and AutoHotKey scripts. These all use global hotkeys for th...
Highsmith asked 20/10, 2019 at 9:27
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
2
Solved
I am creating a program for taking screenshots of a game, out of the game. When I press the hotkey it works, but with the open game in fullscreen it does not detect the key.
My code:
protected ov...
Semolina asked 20/1, 2014 at 0:50
2
Solved
Just like Ctl, Alt + delete
I want to write a program, which uses global hotkeys with 3 or more arguments in python. The assigned function should only perform when I press all three keys on my key...
Inchon asked 17/5, 2013 at 17:49
0
First, I would like to know what is the difference between Global Hotkeys and Hook Global Keystrokes and using them as hotkeys?
Second, I wan to use Global Hotkeys in my application, it will have ...
Moreira asked 9/10, 2013 at 14:37
2
Solved
I have a application that runs in the background like i may keep my app in the system tray.If it remains on system tray my app will do it's job. Whenever a user press F10 or F9 some works will be d...
Hitlerism asked 15/3, 2013 at 14:7
2
Possible Duplicate:
Global keyboard capture in C# application
Can anyone help me setup a global keyboard hook for my application?
I want to set hotkeys (such as Ctrl+S) that can be u...
Troop asked 5/5, 2009 at 10:16
1
© 2022 - 2024 — McMap. All rights reserved.