-
Updated
Jun 10, 2020 - JavaScript
hotkeys
Here are 160 public repositories matching this topic...
-
Updated
Jun 10, 2020 - C++
-
Updated
May 11, 2020 - AutoHotkey
-
Updated
Sep 11, 2019 - C#
Currently when you slide from one desktop to the next, the desktop label doesn't appear until the transition is complete, which makes it feel a little sluggish. It would be nice if the label could appear right away so that you could act upon the information sooner.
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
May 21, 2020 - C#
-
Updated
Jun 7, 2020
-
Updated
Jun 7, 2020 - C++
-
Updated
Jun 6, 2020 - C++
-
Updated
May 15, 2020 - C#
-
Updated
Jun 10, 2020 - PureBasic
-
Updated
Nov 23, 2019 - JavaScript
I couldn`t understand the function of "HomingBeaconEffect" when I read description of "Use Homing Beacon Effect On Jumps" in README.
So, I expect you to add the capture image of "HomingBeaconEffect" at Example to understand clearly.
-
Updated
Apr 29, 2018 - C#
-
Updated
Jun 5, 2020 - AutoHotkey
-
Updated
Mar 20, 2020 - Rust
-
Updated
Feb 2, 2020 - C#
-
Updated
Nov 27, 2017 - Clojure
Describe the bug
When setting up shortcuts with F1-12 keys, you must specify "F#" and not "f#"
To Reproduce
Steps to reproduce the behavior:
edit: /etc/g910-gkeys/config.json, use "f#" key with type shortcut
Expected behavior
should be case insensitive, or example docs updated (example shows "alt+f4", adding "alt+F4". Also consider adding a comment here to make sure noobs lik
-
Updated
Apr 20, 2020 - C#
Improve this page
Add a description, image, and links to the hotkeys topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hotkeys topic, visit your repo's landing page and select "manage topics."


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