Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Created January 2, 2020 20:57
Show Gist options
  • Save neslinesli93/0d33a0030f3855ebb4935e9315839382 to your computer and use it in GitHub Desktop.
Save neslinesli93/0d33a0030f3855ebb4935e9315839382 to your computer and use it in GitHub Desktop.
Terminal output
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