User Reference:KeystrokeFilter
From BCI2000 Wiki
Contents |
[edit]
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 4 bit of the state value are used, and translated into presses of the keys corresponding to their hexadecimal representation (0..9, A..F).
[edit]
Parameters
[edit]
KeystrokeStateName
The name of a BCI2000 state to be converted into simulated keystrokes.
[edit]
States
Any existing state may be given in the KeystrokeStateName parameter.
[edit]
See also
User Reference:MouseFilter, User Reference:KeyLogFilter, User Reference:JoystickFilter
