constants/eventcodes/keyboard.azertylockers.js

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

export {

    CAPSLOCK
};