The Wayback Machine - https://web.archive.org/web/20220608220209/https://github.com/topics/keyboard-events
Here are
149 public repositories
matching this topic...
Hook and simulate global keyboard events on Windows and Linux.
Updated
May 28, 2022
Python
A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
Updated
Nov 2, 2020
JavaScript
macOS CLI tool for emulating mouse and keyboard events
Updated
Jun 2, 2022
Objective-C
Swift UIKit keyboard manager for iOS apps.
Updated
May 27, 2021
Swift
📝 ⌨️ A GNU/Linux keylogger that works!
Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
Updated
Mar 25, 2019
TypeScript
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
Updated
May 8, 2022
Clojure
A tiny sandboxed Dyon scripting environment for evdev input devices that lets you do e.g. xcape in Wayland
NgTerminal is a terminal component on Angular 12. the Ivy distribution's released from v5.0.0.
Updated
Apr 29, 2022
TypeScript
Android软键盘遮挡/平滑动画最佳解决方案 Solution for keyboard cover in/smooth animation
Updated
Jun 1, 2022
Kotlin
keyboardEvent.key compatible key codes with Typescript Definitions.
Updated
Jan 29, 2021
TypeScript
Streaming HID events in Node.js
Updated
Feb 26, 2018
JavaScript
Command line tool for automating keystrokes and mouse events on macOS
Updated
Feb 10, 2022
Swift
A simple C keylogger for Linux
A service for (un)binding keyboard up and down events.
Updated
Feb 12, 2022
TypeScript
An easy-to-use keyboard event react component, Package size less than 3kb
Updated
May 5, 2022
TypeScript
Utility to show key-presses on your browser
Updated
Jun 13, 2021
JavaScript
Multi-threaded JNA hooks and simplified library access to window/key/mouse functions.
Global key press event emitter.
A react carousel/slider like component for sequentially displaying slides or sets of slides
Updated
Dec 21, 2020
JavaScript
Binding of libuiohook for nodejs
A simple and easy-to-use .NET managed wrapper for Low Level Keyboard hooking.
Library for controlling and capturing images from video games
A highly customizable keyboard displayer, including shortcut keys, key count, kps display and so on. / 高自定义度的键盘显示器,支持显示快捷键、独立按键次数统计、KPS 等。
Updated
May 16, 2022
JavaScript
A code service of keyboard events.
Updated
May 27, 2022
JavaScript
Chordly is a javascript library that may be used to detect and act upon key sequences entered by a user.
Updated
May 20, 2021
JavaScript
A modest js library that dispatches low-level keyboard events in the form of CustomEvents.
Updated
Nov 23, 2021
JavaScript
Improve this page
Add a description, image, and links to the
keyboard-events
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
keyboard-events
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Current implementation only allows to specify one KeySet when calling some function in the Keyboard.
But that's not really idiomatic, in sense that we may want to do something like
(Key.LeftCtrl or Key.RightCtrl) + Kcombination, in this case we can add two different handler for that (or create a lambda in a variable and call the function twice), but in some parts like suspensive waiting for