--- current/src/hotkeys.c.~1.29.~ Sun Nov 11 14:13:06 2001 +++ current/src/hotkeys.c Tue Jul 9 02:32:58 2002 @@ -814,7 +814,7 @@ #ifdef HAVE_LIBXOSD if (osd) { - xosd_set_timeout(osd, -1); +/* xosd_set_timeout(osd, -1); */ xosd_display(osd, 0, XOSD_string, "Mute"); xosd_display(osd, 1, XOSD_string, ""); } @@ -1263,7 +1263,7 @@ /* Construct the Message Action struct */ xma.type = XkbSA_ActionMessage; - xma.flags = XkbSA_MessageOnPress; + xma.flags = XkbSA_MessageOnPress | XkbSA_MessageGenKeyEvent; strcpy(xma.message," "); #if 0