Hi all!
I wonder how I could map the space key in combination with a modifier:
Currently, I use something like

if key == ' ':
  key = 'page down'

so that my UI interprets space as a page down. How do I now map
shift-space to page up? I tried 'shift ', 'shift  ', and 'shift \ '
so far..
Thanks,
/patrick

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to