1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00

Fixed most keypresses not working.

This commit is contained in:
Andrew Psaltis
2009-03-07 19:53:10 -05:00
parent 7d5fac6f0a
commit df6955b963

View File

@@ -222,7 +222,7 @@ def help_dialog(body):
])
textF = urwid.Text('Press any key to return.')
# textJ = urwid.Text('Nobody expects the Spanish Inquisition!')
# textJ = urwid.Text(('important','Nobody expects the Spanish Inquisition!'))
blank = urwid.Text('')
# Pile containing a text and columns?
@@ -902,6 +902,7 @@ class appGUI():
self.diag.save_settings()
self.restore_primary()
for k in keys:
self.frame.keypress(self.size,k)
if urwid.is_mouse_event(k):
event, button, col, row = k
self.frame.mouse_event( self.size,