« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 36eeb05..869b051 100644
--- a/todo.txt
+++ b/todo.txt
@@ -125,3 +125,8 @@ TODO: Entering more than one key "at once" into a text input element will only
       text. (This is an issue when pasting or spamming the keyboard.) Should be
       fixed in tui-lib.
       (Done!)
+
+TODO: Pressing space while an "Up (to <group>)" button is selected both
+      activates the button and pauses music (because the app detects that the
+      space key is pressed). This is definitely wrong (it should do one or the
+      other - I'm not too sure which, yet, but probably the latter).