aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-28 22:16:30 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-28 22:16:30 -0500
commit59404cfe8718831e011a06a97da0bafb7357b137 (patch)
tree21897433833ec7aa4089a82a5641e242157b0138 /clients
parent4a4ed88ff20a546d8c3a08be1b9579233ecc1271 (diff)
downloadbbj-59404cfe8718831e011a06a97da0bafb7357b137.tar.gz
add more keys for jump setting
Diffstat (limited to 'clients')
-rw-r--r--clients/urwid/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index a74304d..e960180 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -1769,10 +1769,10 @@ class ActionBox(urwid.ListBox):
elif key in "<," and not overlay:
app.header_jump_previous()
- elif key == "x" and not overlay:
+ elif key in ("x", "meta >", "meta .") and not overlay:
app.incr_jump()
- elif key == "X" and not overlay:
+ elif key in ("X", "meta <", "meta ,") and not overlay:
app.decr_jump()
elif keyl in "1234567890g" and not overlay:
Un proyecto texto-plano.xyz