Skip to content

Instantly share code, notes, and snippets.

@metacoma
Created July 23, 2020 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacoma/3664ae76fcd2fd88153ce4627347ce93 to your computer and use it in GitHub Desktop.
Save metacoma/3664ae76fcd2fd88153ce4627347ce93 to your computer and use it in GitHub Desktop.
# Client side mod
register.on_control({
-- optional filter
controls = { "insret", "shift" }
on_pressed = function(control)
console.log(control .. " was pressed")
end
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment