Re: Keybindings

"Jorge Gajon" <[email protected]>
Newsgroups gmane.comp.window-managers.ion.general
Message-ID <[email protected]>
On Jan 29, 2008 11:34 AM, Jens Jahnke <[email protected]> wrote:
> Hi there,
>
> I tried to configure some keybindings and they don't seem to work.
> The corresponding file:
> jens@nifelheim:~# cat .ion3/cfg_keys.lua
> -- some shortcuts
> defbindings("WScreen", {
>   kpress(XF86WWW, "ioncore.exec_on(_, 'opera -nomail')"),
>   kpress(XF86Search, "ioncore.exec_on(_, 'xfe')"),
>   kpress(XF86Mail, "ioncore.exec_on(_, 'sylpheed')"),
>   kpress(XF86Forward, "WScreen.switch_next(_)"),
>   kpress(XF86Back, "WScreen.switch_prev(_)"),
> })
>

Shouldn't the key names be strings?, try it:

  kpress("XF86WWW", "ioncore.exec_on(_, 'opera -nomail')")



Regards,
- Jorge
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.