Created
January 2, 2020 20:57
-
-
Save neslinesli93/0d33a0030f3855ebb4935e9315839382 to your computer and use it in GitHub Desktop.
Terminal output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Received keyup event | |
Payload for keyup: %{ | |
"altKey" => false, | |
"charCode" => 0, | |
"code" => "ArrowDown", | |
"ctrlKey" => false, | |
"key" => "ArrowDown", | |
"keyCode" => 40, | |
"location" => 0, | |
"metaKey" => false, | |
"repeat" => false, | |
"shiftKey" => false, | |
"which" => 40 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment