diff --git a/clients/urwid/main.py b/clients/urwid/main.py index b5202a9..9a43e43 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -1711,10 +1711,10 @@ class ActionBox(urwid.ListBox): elif key == "f2" and not overlay: app.switch_editor() - elif key == ">" and not overlay: + elif key in ">." and not overlay: app.header_jump_next() - elif key == "<" and not overlay: + elif key in "<," and not overlay: app.header_jump_previous() elif key == "x" and not overlay: