export * from "./NVDA"; export type { KeyCodeCommand as WindowsKeyCodeCommand } from "./KeyCodeCommand"; export { KeyCodes as WindowsKeyCodes } from "./KeyCodes"; export type { KeystrokeCommand as WindowsKeystrokeCommand } from "./KeystrokeCommand"; export { Modifiers as WindowsModifiers } from "./Modifiers"; export { activate as windowsActivate } from "./activate"; export { quit as windowsQuit } from "./quit";