« get me outta code hell

Jump to top/bottom in context menus - 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:
authorFlorrie <towerofnix@gmail.com>2019-09-15 18:29:17 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-15 18:29:43 -0300
commitacb6e7bd48e11105b8e57ed703fd75782a2933cc (patch)
treed46d61b4cd8ee645b07fb24baf6181beeedfb71c /todo.txt
parentd013ad704f9aea12357690d05e2ced1482e5f903 (diff)
Jump to top/bottom in context menus
Although we don't have any context menu options which start with the
letter G yet, if we did, the keyboard selector would (intentionally)
take priority and focus that element instead of doing jump to start/
bottom behavior. However, pressing Home/End will always work (once it's
implemented).
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 6af1370..2163271 100644
--- a/todo.txt
+++ b/todo.txt
@@ -349,6 +349,7 @@ TODO: If you press any key which should select a particular element of the UI
 TODO: g/G should work for navigation in context menus! And probably all
       ListScrollForms, tbh, but I'm kinda weary of introducing new behavior
       like that to tui-lib.
+      (Done!)
 
 TODO: PageUp/PageDown support is complicated to implement (I've tried) and
       should come eventually, but for now just make Home/End work as aliases