Top "Modifier-key" questions

A modifier key is a special key (or combination) on a computer keyboard that temporarily modifies the normal action of another key when pressed together.

How to use multiple modifier keys in C#

I am using a keydown event to detect keys pressed and have several key combinations for various operations. if (e.…

c# key keyboard-shortcuts keydown modifier-key
Detecting combination keypresses (Control, Alt, Shift)?

I am trying to make a script run when Ctrl + Alt + e is pressed. How can Tampermonkey fire on a …

javascript greasemonkey tampermonkey ctrl modifier-key
Accessing Keys from Linux Input Device

What I am trying to do So, I have been trying to access keyboard input in Linux. Specifically, I need …

c linux keyboard-events modifier-key
How to check if a keyboard modifier is pressed (shift, ctrl, alt)?

I am building a UI with Qt Designer and I want buttons to perform different actions with different modifiers. So …

python pyqt pyqt5 pyqt4 modifier-key
Multiple Keys in KeyEvent Listener

I was wondering how to get all of the keys pressed in a key event. For example, I want to …

java swing keylistener modifier-key
Check modifierFlags of NSEvent if a certain modifier was pressed but no other

I just experimented with the addLocalMonitorForEventsMatchingMask:handler: method in NSEvent and came across the following question: How do I find …

objective-c cocoa event-listener nsevent modifier-key