//
// CDDL HEADER START
//
// The contents of this file are subject to the terms of the
// Common Development and Distribution License (the "License").
// You may not use this file except in compliance with the License.
//
// You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
// or http://www.opensolaris.org/os/licensing.
// See the License for the specific language governing permissions
// and limitations under the License.
//
// When distributing Covered Code, include this CDDL HEADER in each
// file and include the License file at src/OPENSOLARIS.LICENSE.
// If applicable, add the following below this CDDL HEADER, with the
// fields enclosed by brackets "[]" replaced with your own identifying
// information: Portions Copyright [yyyy] [name of copyright owner]
//
// CDDL HEADER END
//

// $XConsortium: accessx /main/2 1995/12/07 21:32:12 kaleb $

default partial xkb_compatibility "basic" {
    interpret AccessX_Enable { 
	action= LockControls(controls=AccessXKeys); 
    };
};

partial xkb_compatibility "full" {

    interpret AccessX_Enable {
	action= LockControls(controls=AccessXKeys); 
    };

    interpret AccessX_Feedback_Enable { 
	action= LockControls(controls=AccessXFeedback); 
    };

    interpret RepeatKeys_Enable {
	action= LockControls(controls=RepeatKeys);
    };

    interpret SlowKeys_Enable {
	action= LockControls(controls=SlowKeys);
    };

    interpret BounceKeys_Enable {
	action= LockControls(controls=BounceKeys);
    };

    interpret StickyKeys_Enable {
	action= LockControls(controls=StickyKeys);
    };

    interpret MouseKeys_Enable {
	action= LockControls(controls=MouseKeys);
    };

    interpret MouseKeys_Accel_Enable {
	action= LockControls(controls=MouseKeysAccel);
    };

    interpret Overlay1_Enable {
	action= LockControls(controls=Overlay1);
    };

    interpret Overlay2_Enable {
	action= LockControls(controls=Overlay2);
    };

    interpret AudibleBell_Enable {
	action= LockControls(controls=AudibleBell);
    };
};
