-
Updated
Jul 13, 2020 - JavaScript
hotkey
Here are 126 public repositories matching this topic...
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Jun 28, 2019 - C++
-
Updated
Jul 13, 2020 - Java
-
Updated
Jul 5, 2020 - AutoHotkey
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
It would be nice to have a option to turn on a static tray icon, so that the icon stays even after you have opened the application.
-
Updated
Jun 27, 2020 - Swift
-
Updated
Nov 27, 2017 - Clojure
-
Updated
Aug 9, 2017 - Python
-
Updated
Jun 3, 2020 - C#
-
Updated
Jul 13, 2020 - TypeScript
-
Updated
Jun 16, 2020 - C#
-
Updated
Jan 19, 2018 - Lua
-
Updated
Dec 19, 2018 - AutoHotkey
-
Updated
Apr 7, 2020 - TypeScript
-
Updated
Jun 23, 2018 - JavaScript
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.