El 14/12/2013 15:16, John Fabiani escribió:
I'm sure if this will help you but Dabo has dKeys and for me it has provided a complete cross platform solution (and I don't hard code any values).
I do something like this:
from dabo.ui import dKeys as dKeys
 if evt.keyCode in [dKeys.key_F7, dKeys.key_F4, dKeys.key_Return]:
            thestr= self.Form.lookup(evt)
            return

Johnf

Yes, that's better than hard coding the keyCode.
Thanks John.

Sadly it will not solve the issue of leaving the dDropDown closed when F4 is pressed in windows.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to