comparison frontends/src/primitivus/keys.py @ 1177:a283968818da

primitivus: added REFRESH_SCREEN key to global namespace
author Goffi <goffi@goffi.org>
date Sat, 06 Sep 2014 17:34:26 +0200
parents c0f15e52695a
children 9cc858acae91
comparison
equal deleted inserted replaced
1176:bc3cdf770328 1177:a283968818da
34 ("global", "MENU_HIDE"): 'meta m', 34 ("global", "MENU_HIDE"): 'meta m',
35 ("global", "NOTIFICATION_NEXT"): 'ctrl n', 35 ("global", "NOTIFICATION_NEXT"): 'ctrl n',
36 ("global", "OVERLAY_HIDE"): 'ctrl s', 36 ("global", "OVERLAY_HIDE"): 'ctrl s',
37 ("global", "DEBUG"): 'ctrl d', 37 ("global", "DEBUG"): 'ctrl d',
38 ("global", "CONTACTS_HIDE"): 'f2', 38 ("global", "CONTACTS_HIDE"): 'f2',
39 ('global', "REFRESH_SCREEN"): "ctrl l", # ctrl l is used by Urwid to refresh screen
39 40
40 # global menu 41 # global menu
41 ("menu_global", "APP_QUIT"): 'ctrl x', 42 ("menu_global", "APP_QUIT"): 'ctrl x',
42 ("menu_global", "ROOM_JOIN"): 'meta j', 43 ("menu_global", "ROOM_JOIN"): 'meta j',
43 44