Hi,
actkbd Version 0.2.8
debian 9 x86_64
kernel 4.9.0-8-amd64
I ran
output is :
So tried :
# actkbd configuration file
#<keycode ("^[OP")> :key : :xdotool mousedown 1
#<keycode ("^[OP")> :rel : :xdotool mouseup 1
But after restarting the daemon, nothings happens with F1.
I try with the keycode from xev too :
# actkbd configuration file
#<keycode ("67")> :key : :xdotool mousedown 1
#<keycode ("67")> :rel : :xdotool mouseup 1
But nothing works. Any hint please ?