home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / xfree0.4.lcm / lib / X11 / xkb / compat / group_led < prev    next >
Encoding:
Text File  |  2004-03-24  |  669 b   |  23 lines

  1. // $XFree86: xc/programs/xkbcomp/compat/group_led,v 1.2 1999/08/30 02:28:53 dawes Exp $
  2. // This is a "default" compatibility with a small modification:
  3. // an "Scroll Lock" LED now shows the active keyboard group
  4. default xkb_compatibility "group_led"  {
  5.     include "basic"
  6.     augment "mousekeys"
  7.     augment "accessx(basic)"
  8.     augment "misc"
  9.     augment "iso9995"
  10.     augment "japan"
  11. //  This is to make Mode_switch working even in group 2
  12.     virtual_modifiers AltGr;
  13.     interpret Mode_switch {
  14.     useModMapMods= level1;
  15.     virtualModifier= AltGr;
  16.     action= SetGroup(group=+1);
  17.     };
  18.     indicator "Scroll Lock" {
  19.     allowExplicit;
  20.         groups= All-Group1;
  21.     };
  22. };
  23.