You are not logged in.
I can't seem to get these to work, to be honest, I have no idea how to get them to work.
My xorg.conf contains this for the keyboard
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "gb"
EndSectionAs I use a UK Keyboard. Everything mostly works okay, except Shift+F2, Shift+F8 etc... just never do anything when they should.
Have I missed something during my setup?
Offline
First try xbindkeys, and see if it returns the keys you press.
To use xbindkeys, try
xbindkeys -k and post its output here for shift-f2, shift-f8, etc.
Offline
I'm thinking the problem might be application specific. But anyway, just installed xbindkeys and these are the results.
>>xbindkeys -k
Press combination of keys or/and click under the window.
You can use one of the two lines after "NoCommand"
in $HOME/.xbindkeysrc to bind a key.
"(Scheme function)"
m:0x11 + c:67
Shift+Mod2 + F1and
Press combination of keys or/and click under the window.
You can use one of the two lines after "NoCommand"
in $HOME/.xbindkeysrc to bind a key.
"(Scheme function)"
m:0x11 + c:74
Shift+Mod2 + F8I'm assuming this means it's okay, and my problem could be application related instead?
Offline
Yes, i would suspect application related problem too, as the output of xbindkeys is correct.
Which application are you using anyway.
Offline