* Fixed choice menu hotkeys
This commit is contained in:
LoafyLemon 2023-07-05 22:35:28 +01:00
parent 79e25c27e9
commit c42306f320

View File

@ -154,7 +154,7 @@ screen choice(items):
action entry.action action entry.action
sensitive bool(entry.action) sensitive bool(entry.action)
if i < 10 and entry.action: if i < 10 and entry.action:
keysym (str(i), "K_KP"+str(i)) keysym ("K_"+str(i), "K_KP"+str(i))
fixed: fixed:
style "empty" style "empty"