Hi there,

I tried to configure some keybindings and they don't seem to work.
The corresponding file:
[EMAIL PROTECTED]:~# 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(_)"),
})

The file is/should be parsed via cfg_defaults.lua (dopath("cfg_keys")).
If I fire up xev and press the corresponding keys I can see, that they are
set correctly via .Xmodmap but ion simply ignores them.
Is there some thing I'm missing?

regards,

Jens

p.s.: ion3 rc 20080103

-- 
29. Hartung 2008, 18:29
Homepage : http://www.jan0sch.de

An honest tale speeds best being plainly told.
                -- William Shakespeare, "Henry VI"

Reply via email to