@guidepup/setup
Version:
Setup your environment for screen-reader automation.
13 lines (12 loc) • 855 B
JavaScript
;
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */
Object.defineProperty(exports, "__esModule", { value: true });
exports.FOREGROUND_FLASH_COUNT_KEY = exports.FOREGROUND_LOCK_TIMEOUT_KEY = exports.SUB_KEY_CONTROL_PANEL_DESKTOP = exports.VERSIONED_KEY = exports.SUB_KEY_GUIDEPUP_NVDA = exports.GUIDEPUP_NVDA_VERSION = void 0;
const { guidepupNvdaVersion } = require("../../package.json");
exports.GUIDEPUP_NVDA_VERSION = guidepupNvdaVersion;
exports.SUB_KEY_GUIDEPUP_NVDA = "HKCU\\Software\\Guidepup\\Nvda";
exports.VERSIONED_KEY = `guidepup_nvda_${exports.GUIDEPUP_NVDA_VERSION}`;
exports.SUB_KEY_CONTROL_PANEL_DESKTOP = "HKCU\\Control Panel\\Desktop";
exports.FOREGROUND_LOCK_TIMEOUT_KEY = "ForegroundLockTimeout";
exports.FOREGROUND_FLASH_COUNT_KEY = "ForegroundFlashCount";