Hi,
I picked up the goto_or_run function, someone posted some weeks ago, and I
want to start applications with my buttons on my multimedia keyboard.
E.g. I tried to map the special key with the keycode 235 to "0" with:
xmodmap -e "keycode 235 = 0"
then when adding this line in the global_bindings of Ion:
kpress("0", function(f) goto_or_run(f, "Konqueror", "konqueror") end),
I can switch/run Konqueror after pressing "0", however when pressing the
special key it won't work :(
However, when I have have keyboard focus, "0" is printed, when pressing the
multimedia key, so the mapping _should_ work.
Any clues, how I can implement non-standard keys in the Ion configuration
file?
best regards,
Martin