« get me outta code hell

Make keyboard controls work with caps-lock pressed - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-08-08 19:54:45 -0300
committerFlorrie <towerofnix@gmail.com>2017-08-08 19:54:45 -0300
commit5e90c82c494567a091ff13a632ec34dd33fa9e1b (patch)
treecd96641fbe749d70281dacf8f7de439f360a5814 /todo.txt
parentf0758de5069c2958a8efcb2f6e3b0781b77d6ecb (diff)
Make keyboard controls work with caps-lock pressed
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index b8c992d..81243c6 100644
--- a/todo.txt
+++ b/todo.txt
@@ -278,3 +278,14 @@ TODO: FIFO doesn't work on Windows.
 
 TODO: It looks like the SoX player is broken? - Fix this!
       (Done!)
+
+TODO: Support caps-lock variants of letter-based keyboard controls, and avoid
+      separate functionality based on shift being pressed or not. (What this
+      practically means is - make keyboard controls work even if caps-lock is
+      pressed!)
+      (Done!)
+
+TODO: Only create one converter instance (per DownloadController).
+
+TODO: More selectors! No-loop/loop options of ordered and shuffled would be
+      nice.