PDA

View Full Version : Multimedia-Keyboards with HOTKEYS during startup?



stefan741
12-09-2003, 09:14 AM
Hello,

I want to use my Multimedia-Keyboard with Knoppix HDInstallt (3.3).

I got hotkeys (apt-get install hotkeys). Works properly, when I start it manualy.

I googled for doing it during the bootup/startx .... 'hotkeys -t [keybdef]'
But I realy have no clue, where I have to write the launch-command to.

xsessions, rc5.d ....?

thx

Stefan

Stephen
12-09-2003, 05:20 PM
Hello,

I want to use my Multimedia-Keyboard with Knoppix HDInstallt (3.3).

I got hotkeys (apt-get install hotkeys). Works properly, when I start it manualy.

I googled for doing it during the bootup/startx .... 'hotkeys -t [keybdef]'
But I realy have no clue, where I have to write the launch-command to.

xsessions, rc5.d ....?

thx

Stefan

I would normally put a command like that in /etc/init.d/bootmisc.sh at the bottom of the file.

stefan741
12-15-2003, 06:10 PM
I would normally put a command like that in /etc/init.d/bootmisc.sh at the bottom of the file.

Yea, but, as far as I see it, bootmisc.sh is not only for shell-startup?

But hotkeys needs to be started under X.

So, I made mada file called ~/.Xsession


#!/bin/sh

exec hotkeys -t aspire1300
and in the Xsessions.options is


allow-user-xsession
but, still it doesn't work