Update terminis.py
This commit is contained in:
parent
2839995d79
commit
6fb5eed340
@ -13,7 +13,7 @@ import sched
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
# You can change controls here.
|
# You can change controls here.
|
||||||
# Acceptable values are printable keys ('q', 'w'...) and curses's constants name starting with "KEY_"
|
# Acceptable values are printable characters ('q', 'w'...) and curses's constants name starting with "KEY_"
|
||||||
# See https://docs.python.org/3/library/curses.html?highlight=curses#constants
|
# See https://docs.python.org/3/library/curses.html?highlight=curses#constants
|
||||||
CONTROLS = {
|
CONTROLS = {
|
||||||
"MOVE LEFT": "KEY_LEFT",
|
"MOVE LEFT": "KEY_LEFT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user