On Fri, 25 Nov 2005 18:19:08 +0100 "s modica" <[EMAIL PROTECTED]> wrote:
>
> how can I navigate within main menu
> right AND LEFT?
Try Escape, Ctrl-c or Ctrl-g or add the lines
kpress("Left", "WMenu.cancel(_)"),
and
kpress("Right", "WMenu.finish(_)"),
to your ~/.ion3/cfg_menu.lua (or the /usr/etc/ion3/cfg_menu.lua) and use the
arrow keys.
Was that what you ment?
/Matthias
(Have a look at the other configuration files as well. Many people like to use
the Super- or Logo-key to controll ion (if they have such a key) and so on.)