constants/event-codes/keyboard.azerty-lockers.js

/**
 * The AZERTY-based keyboard 'CAPS_LOCK' event code.
 * @type {'CapsLock'}
 * @constant
 *
 * @memberof module:EVENT_CODES/KEYBOARDS/AZERTY
 */
const CAPS_LOCK = 'CapsLock';

export {

    CAPS_LOCK
};