diff -r 9a14d6b2de7f -r ca18ff45deba thermferm/panel.h --- a/thermferm/panel.h Sun Aug 10 12:09:07 2014 +0200 +++ b/thermferm/panel.h Sun Aug 10 13:26:35 2014 +0200 @@ -34,7 +34,7 @@ #define KEY_NONE 0 #define KEY_UP 1 #define KEY_DOWN 2 -#define KEY_UPDOWN 3 +#define KEY_ESCAPE 3 #define KEY_ENTER 4 #define KEY_CONFIRM 5 /* Long Enter */ #define KEY_ALL 99