Top "Keyboard-events" questions

An event that is triggered when a Key is pressed on a keyboard input device

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 listen for keyboard open/close in Javascript/Sencha?

I have a HTML5/Javascript (Sencha) app that I have packed into PhoneGap for iOS in XCode. One way or …

javascript ios sencha-touch keyboard-events
NSNotificationCenter Swift 3.0 on keyboard show and hide

I am trying to run a function when the keyboard shows and disappears and have the following code: let notificationCenter = …

ios swift keyboard-events nsnotificationcenter
KeyboardEvent in Chrome, keyCode is 0

I am trying to set keyCode on dispatched event object . On button click, event is raised on textbox control to …

javascript google-chrome keyboard-events keydown
UITextView hide keyboard in iphone

I want to hide keyboard when a user presses return in UITextView object in iphone. However, mysteriously this is not …

iphone objective-c ios xcode keyboard-events
How to respond to password prompt when using SCP in a shell script?

First of all, I am well aware of that there are many of questions regarding this topic. I have read …

shell passwords scp prompt keyboard-events
Trigger a keyboard key press event without pressing the key from keyboard

How can I trigger a key press event without pressing the key from Keyboard? I tried with the solution from …

c# wpf keyboard-events
How do I create a standalone exe with AutoHotkey?

I have created a script to remap the Windows Button to right-mouseclick. How can I create an executable AutoHotkey file …

executable autohotkey keyboard-events
Global keyboard hook with WH_KEYBOARD_LL and keybd_event (windows)

I am trying to write a simple global keyboard hook program to redirect some keys. For example, when the program …

c++ hook keyboard-events keyboard-hook
Send mouse & keyboard events

I'm developing an app that have to send some keys or mouse events to the active window. I'm using this …

c# mouseevent keyboard-events