Andreas Mair wrote: > 1) Hitting "back" key after "info" key to leave info OSD doesn't close OSD > but shows the schedule or the recordings OSD. > 2) Pressing the "back" key after any key defined in keymacros.conf also > doesn't close the OSD. Using the default keymacros.conf: hitting "blue" > then "back" opens the main menu. Technically, in both cases, you passed through all these menus without noticing, and with just one key press. VDR creates all these menus, but instead of showing them, the next nested menu is created on top of them. Changing this behavior would require rewrites of larger parts of the menu handling (first case) or is almost impossible (second case). Cheers, Udo