-
Updated
May 19, 2020 - JavaScript
#
hotkey
Here are 120 public repositories matching this topic...
➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
javascript
keyboard
hotkeys
shortcut
keypress
hotkey
shortcuts
keyboard-shortcuts
masterkey
shortcutkey
keymaster
"Alfred for Xcode" plugin
plugin
productivity
snippets
tools
objective-c
xcode
plugins
repeat
shortcut
hotkey
shortcuts
keyboard-navigation
keyboard-shortcuts
pasteboard
text-snippets
-
Updated
Jul 3, 2017 - Objective-C
Move windows using hotkeys or the system menu
-
Updated
Jun 28, 2019 - C++
Full-fledged mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features. Working across three major OSes: Windows, OSX, and Linux.
python
java
keyboard
automation
csharp
macros
mouse
hotkey
replay
macro
keyboard-shortcuts
automation-framework
-
Updated
Apr 7, 2020 - Java
An efficiency tool that provides various functions by enhancing the Caps Lock key into a modifier key.
-
Updated
Apr 25, 2020 - AutoHotkey
Wyzix33
commented
Apr 15, 2019
According to MDN, we should most definitely not be using the .keyCode property. It is deprecated:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
On W3 school, this fact is played down and there is only a side note saying that .keyCode is provided for compatibility only and that the latest vers
Smart input method switcher like a ghost
macos
automation
input-method
efficiency
macosx
hotkey
switches
keyboard-shortcuts
keyboardmanager
macos-app
macos-application
-
Updated
Oct 23, 2018 - Objective-C
Add user-customizable global keyboard shortcuts to your macOS app in minutes
-
Updated
May 19, 2020 - Swift
ClojureScript key bindings (shortcut) library
-
Updated
Nov 27, 2017 - Clojure
A QRcode generator with python-qrcode for Alfred Workflows.
-
Updated
Aug 9, 2017 - Python
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
bot
automation
opensource
ocr
webdriver
workshop
lua
knowledge
script
sqlite
scripting
selenium
tesseract
chromedriver
naudio
hotkey
gamebot
macro
lua-interpreter
scribebot
iskeydown
-
Updated
Apr 20, 2020 - C#
A global Hotkey provider with built in tooltip for React
-
Updated
May 18, 2020 - TypeScript
Free Hit Counter / Death Counter that is running in the background, so you can focus on your stream. No need to keep any windows open for a window capture any more. Initially designed for Dark Souls and similar games but supports any game.
counter
streaming
stream
download
surge
dark
hotkey
obs
death
darksouls
obs-studio
bloodborne
souls
hitcounter
nohit
slobs
sekiro
deathcounter
nodeath
-
Updated
May 12, 2020 - C#
-
Updated
Jan 19, 2018 - Lua
Convenient React component that detects if the given key combination is pressed, and triggers a callback
-
Updated
Apr 7, 2020 - TypeScript
HotkeyR is a free, open-source, portable, fast window switching tool.
-
Updated
Dec 19, 2018 - AutoHotkey
Quite convenient and flexible React component for adding easter eggs to your React app
react
javascript
easter-egg
hotkeys
shortcut
timeout
easter
hotkey
shortcuts
konami
konamicode
rodney
-
Updated
Jun 23, 2018 - JavaScript
1
mshafer-NI
opened
Aug 7, 2017
1
My Autohotkey Scripts for Win7/Win10/GPD
-
Updated
Jun 23, 2019 - AutoHotkey
Improve this page
Add a description, image, and links to the hotkey topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hotkey topic, visit your repo's landing page and select "manage topics."
When I only press 'alt' key, I found 'alt' key dos not key_up, next, if I press the 'tab' key or 'esc' key, it show me 'alt+tab' and 'alt+esc', this is not my expectation. How to make ALT key up or release immediately? I think it's a bug. I must to press 'alt' key for a long time to get it release.