[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
group_led
Hi
I have a question regarding xkb .
I want to use the scroll-lock led as an indicator of the active keyboard
group.
I saw /usr/X11R6/lib/X11/compat/group_led which (according tto the remark
in it) is supposed to do just that.
How can I make it work?
I generally wish to avoid changing files under /usr if possible, and only
change the XF86Config file. Therefore
http://www.cs.bgu.ac.il/~zivav/hebrew/hebkeys.tar.gz is not good enough.
Anyway, I made a file il.xkb that contains:
xkb_keymap "il" {
xkb_keycodes { include "xfree86" };
xkb_types { include "default" };
xkb_compatibility { include "group_led" };
xkb_symbols { include "en_US(pc101)+il" };
xkb_geometry { include "pc(pc101)" };
};
and then I run:
xkbcomp -merge il.xkb
As far as I can tell the map is merged. But the scroll-lock indicator
works as before.
Unfortunetly it seems that the only documentation about Xkb is:
http://www.tsu.ru/~pascal/other/xkb/
which is written in russian.
Any ideas?
--
Tzafrir Cohen
mailto:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il