Keys only has two functions: bind, unbind
The function bind is used to bind a piece of code to a key press:
Keys.bind("space", {Sim.running = ! Sim.running});
Category: Thyme