You are not logged in.
hello!
first of all: esekeyd does work perfectly without X!
but when i start the xserver it stops working. does anyone know why? anyone here with the same problem?
i need esekeyd, because it notices multimedia key presses within fullscreen apps like quake etc. kde shortcuts do not work in games.
* xorg-server: 1.5.3-2
* /etc/hal/fdi/policy/keymap.fdi
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.xkb.model" type="string">keyboard</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.xkb.model" type="string">evdev</merge>
</match>
<merge key="input.xkb.layout" type="string">de</merge>
</match>
</device>
</deviceinfo>* kernel: 2.6.27.7-1
* esekeyd: 1.2.5
thanks for help
bye iggy
Last edited by iggy (2008-12-05 19:40:49)
sorry for my bad english ![]()
Offline
I use actkbd for something like this and have the same problem (I think is the same ^_^, I cant get to esekeyd site) actkbd use evdev to read key press but now X is using it so none of the two program read the keys you press (they both use /dev/input/events*).
I talking about this with upstream developer of actkbd to try to find some solution or a workaround (and *I think* that the solution, if exists, can be used for esekeyd).
Offline
that means disabling evdev in X should solve the problem? how can i do that?
sorry for my bad english ![]()
Offline
I noticed this and compiled the newest version to no success, then I managed to use xmodmap and xbindkeys which I initially didn't bother with. I updated the dell xps m1330 wiki with what I did, you should be able to do similar if you want.
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
but xbindkeys/xmodmap did not work in quake etc.?!?! or am i mistaken?
sorry for my bad english ![]()
Offline
xbindkeys refuses to start at startup after the X update ![]()
Offline
ok! i disabled the auto detection of input devices with
Option "AutoAddDevices" "0"in the ServerFlags Section and declared my devices the old way. i don't use evdev and now esekeyd works as before. ![]()
that's to bad. would be nice to use esekeyd and the new auto detection at the same time. ![]()
we will see...
bye iggy
sorry for my bad english ![]()
Offline