constants/eventcodes/keyboard.azerty-lockers.js

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

export {

    CAPSLOCK
};