Translate the key spec from a convenient user specification to one Urwid understands.
(self)
| 54 | self.help = help |
| 55 | |
| 56 | def keyspec(self): |
| 57 | """ |
| 58 | Translate the key spec from a convenient user specification to one |
| 59 | Urwid understands. |
| 60 | """ |
| 61 | return self.key.replace("space", " ") |
| 62 | |
| 63 | def key_short(self) -> str: |
| 64 | return ( |