Thread
:
[ANNOUNCE] External Keyboard Support - extkbd
View Single Post
freemangordon
2011-07-22 , 12:47
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#
290
Everything looks ok and TBH it is different from your previous posting:
input.x11_options.XkbOptions =
',caps:shiftlock'
(string)
vs
input.x11_options.XkbOptions =
'grp:alt_shift_toggle,caps:shiftlock'
(string)
But it should work in both cases.
The only thing I could think of is that your keyboard reports itself having too much capabilites:
info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'input.mouse', 'button'} (string list)
I would recommend to search for 'input.keyboard', 'input.keypad', 'input.keys', 'input.mouse' in .fdi files in /usr/share/hal/fdi/policy/
Later on when I have time I will check my Apple Wireless and will compare lshal result with yours
Quote & Reply
|
The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Estel
,
jschan
freemangordon
View Public Profile
Send a private message to freemangordon
Find all posts by freemangordon