Jump to content

User Reference:KeystrokeFilter

From BCI2000 Wiki
Revision as of 18:05, 8 November 2007 by Mellinger (talk | contribs) (See also)

Function

The KeystrokeFilter translates BCI2000 state changes into simulated keypresses. Simulated keypresses can then be used to control an external application program installed on the machine running the BCI2000 application module. Only the lower 16 bit of the state value are used, and translated into presses of the keys corresponding to their hexadecimal representation (0..9, A..F).

Parameters

KeystrokeStateName

The name of a BCI2000 state to be converted into simulated keystrokes.

States

Any existing state may be given in the KeystrokeStateName parameter.

See also

User Reference:MouseFilter, User Reference:KeyLogFilter, User Reference:JoystickFilter