File escape_1.0.6.diff of Package vdr-plugin-xineliboutput
--- xine_sxfe_frontend.c.orig 2011-02-26 00:07:12.000000000 +0100
+++ xine_sxfe_frontend.c 2011-03-13 23:48:25.757000001 +0100
@@ -1521,8 +1521,8 @@
if (this->gui_hotkeys)
fe_event = "POWER_OFF";
break;
- case XK_Escape:
- if (!this->keypress) { /* ESC exits only in remote mode */
+ case XK_Q:
+ if (!this->keypress) { /* Q exits only in remote mode */
fe_event = "QUIT";
}
break;