Edit

kc3-lang/libxkbcommon/test/data/compat/ledscroll

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2014-10-16 17:48:00
    Hash : c6ee6371
    Message : test/data: sync to xkeyboard-config 2.13 (Run ./test/data/sync.sh). Signed-off-by: Ran Benita <ran234@gmail.com>

  • test/data/compat/ledscroll
  • // Use the 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;
        };
    };