// IBM_PROLOG_BEGIN_TAG 
// This is an automatically generated prolog. 
//  
// gos720 src/gos/2d/XTOP_R7/data/xkeyboard-config/compat/ledscroll 1.1 
//  
// Licensed Materials - Property of IBM 
//  
// COPYRIGHT International Business Machines Corp. 2006,2007 
// All Rights Reserved 
//  
// US Government Users Restricted Rights - Use, duplication or 
// disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
//  
// IBM_PROLOG_END_TAG 
// Use Scroll Lock LED to show either Scroll Lock, Group, or Shift Lock state

default partial xkb_compatibility "scroll_lock"   {
   indicator "Scroll Lock" {
       allowExplicit;
       whichModState= Locked;
       modifiers= ScrollLock;
   };
};

partial xkb_compatibility "group_lock"   {
   indicator "Scroll Lock" {
       modifiers= None;
       groups=All-group1;
   };
};

partial xkb_compatibility "shift_lock"   {
   indicator "Scroll Lock" {
       whichModState= Locked;
       modifiers= Shift;
   };
};
