To change the hotkey for Dashtime.
1. Open Dashtime.Lua with Notepad, Notepad++ or similar software.
2. Edit the row: (if Input.isKeyPressed(Input.KEY_0))
3. Example: if Input.isKeyPressed(Input.KEY_l) then
4. This changes the key to L.
5. Remember to save the DashTime.lua.
6. Run the game.

These is a file called inputKeys.txt that holds most possible keyboard keys for you to use.