Hi,
I was trying to start knoppix 4.0 live cd on an old machine which hasn't even got a mouse. I thought that fluxbox would have been the best option for using just the keyboard.

Looking on the web I found out how to modify the shortcuts. The fundamental program I need to run is the konsole, so in /home/knoppix/.fluxbox/keys I wrote:

Code:
Mod1 x :ExecCommand konsole
but when I pressed ALT+x nothing happened.

So I also tried

Code:
Mod1 x :konsole
with the same result.

I also tried with the various F (for example F12), since they work with this command:

Code:
Mod1 F2 :Workspace2
for example. But when I tried to make them work with my command, I had no results.

I think the problem is me, but I can't find out how to solve it.

thanks for your help.