[ltp] thinkpad keys in mozilla: backward/forward page
Moritz Karbach
linux-thinkpad@linux-thinkpad.org
Fri, 3 Dec 2004 11:16:26 +0100
Hi,
I tried your xbindkeys / xmacroplay solution but it didn't work. xbindkeys
doesn't seem to be the problem, since something like
"xterm"
m:0x0 + c:234
works.
But
"xmacroplay :0 < ~/.keys/back"
m:0x0 + c:234
with
KeyStrPress Alt_L
KeyStrPress Left
KeyStrRelease Left
KeyStrRelease Alt_L
in the back file fails.
Running "xmacroplay :0 < ~/.keys/back" interactively yields
-- snip --
mo@digger [/] $ xmacroplay :0 < ~/.keys/back
XTest for server ":0.0" is version 2.2.
KeyStrPress: Alt_L
KeyStrPress: Left
KeyStrRelease: Left
KeyStrRelease: Alt_L
Unknown tag: Alt_L
^[^[[Dxmacroplay: pointer and keyboard released.
mo@digger [/] $ [D
-- snap --
Any ideas?
Cheers,
- Moritz