changeset 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 bc3cdf770328
children 49d39b619e5d
files frontends/src/primitivus/keys.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/primitivus/keys.py	Mon Sep 08 14:54:17 2014 +0200
+++ b/frontends/src/primitivus/keys.py	Sat Sep 06 17:34:26 2014 +0200
@@ -36,6 +36,7 @@
         ("global", "OVERLAY_HIDE"): 'ctrl s',
         ("global", "DEBUG"): 'ctrl d',
         ("global", "CONTACTS_HIDE"): 'f2',
+        ('global', "REFRESH_SCREEN"): "ctrl l", # ctrl l is used by Urwid to refresh screen
 
         # global menu
         ("menu_global", "APP_QUIT"): 'ctrl x',