mirror of
https://github.com/ihabunek/toot
synced 2025-01-09 16:22:30 +01:00
Changed [L]inks key to L[i]nks so that L key is CURSOR RIGHT
This commit is contained in:
parent
3903307e72
commit
f292468fb6
@ -106,7 +106,7 @@ class Timeline(urwid.Columns):
|
||||
"[F]avourite",
|
||||
"[V]iew",
|
||||
"[T]hread" if not self.is_thread else "",
|
||||
"[L]inks",
|
||||
"L[i]nks",
|
||||
"[R]eply",
|
||||
"[P]oll" if poll and not poll["expired"] else "",
|
||||
"So[u]rce",
|
||||
@ -218,7 +218,7 @@ class Timeline(urwid.Columns):
|
||||
self.tui.async_toggle_bookmark(self, status)
|
||||
return
|
||||
|
||||
if key in ("l", "L"):
|
||||
if key in ("i", "I"):
|
||||
self.tui.show_links(status)
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user