Top "Ctrl" questions

Similar to the shift key, the control key is a modifier key that performs an advanced operation when pressed in conjunction with another key.

Capturing ctrl+z key combination in javascript

I am trying to capture ctrl+z key combination in javascript with this code: <html> <head> &…

javascript combinations ctrl
KeyDown : recognizing multiple keys

How can I determine in KeyDown that CtrlUp was pressed. private void listView1_KeyDown(object sender, KeyEventArgs e) { if (e.…

c# keydown ctrl
How to capture Ctrl + Tab and Ctrl + Shift + Tab in WPF?

What would be some sample code that will trap the Ctrl+Tab and Ctrl+Shift+Tab for a WPF application? …

wpf tabs key-bindings ctrl
javascript - detect ctrl key pressed or up, keypress event doesn't trigger

I see some similar questions here (like JavaScript: Check if CTRL button was pressed) but my problem is actually the …

javascript ctrl
Redo keyboard shortcut for Eclipse

Does anyone know what the redo keyboard shortcut for Eclipse is? I'm using Linux Mint based on Ubuntu and do …

eclipse keyboard-shortcuts ctrl redo
Control Break out of Infinite Loop In 2010 (2013) Excel VBA

If I write code creating an infinite loop, with my new Excel, the Ctrl + Break no longer works. Neither does …

excel vba infinite-loop break ctrl
Which signal does ctrl-x send when used in a terminal?

On Linux/Unix there are signals. The CtrlC one (SIGINT) is obvious to me. Now, in some other applications there …

linux bash signals signal-handling ctrl
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
Python 3 KeyboardInterrupt error

I have noticed that on any python 3 program no matter how basic it is if you press CTRL c it …

python-3.x ctrl keyboardinterrupt
How to assign a shortcut key (something like Ctrl+F) to a text box in Windows Forms?

I am building a tool using C#. It's a Windows application. I have one text box on a form, and …

c# winforms c#-3.0 keyboard-shortcuts ctrl