~pabluk/screenkey/trunk

« back to all changes in this revision

Viewing changes to Screenkey/listenkbd.py

  • Committer: Pablo Seminario
  • Date: 2011-02-27 18:32:01 UTC
  • Revision ID: pabluk@gmail.com-20110227183201-kpuw6ylvgkd1yxh0
Added ~farrer patch to fix #617793

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    'XK_Next':_('PgDn '),
54
54
    'XK_Insert':_('Ins '),
55
55
    'XK_Delete':_('Del '),
 
56
    'XK_KP_Home':u'(7) ',
 
57
    'XK_KP_Up':u'(8)',
 
58
    'XK_KP_Prior':u'(9)',
 
59
    'XK_KP_Left':u'(4)',
 
60
    'XK_KP_Right':u'(6)',
 
61
    'XK_KP_End':u'(1)',
 
62
    'XK_KP_Down':u'(2)',
 
63
    'XK_KP_Page_Down':u'(3)',
56
64
}
57
65
 
58
66
class ListenKbd(threading.Thread):