English Index | Japanese Index

Introduction | Tabs | Command & Filter | Other

Command | P - E - I - M - X | G - T | K - D | C - L - H - S | Filter


PCDev2MIDI

K Command - [K]eyboard

Operator

K:

This command send Keyboard Message to OS. Some application din't work correctly, because it can't emulate hardware keyboard, only send Windows Message.

Operand

0~F '

0~F
Hexadecimal values, two character are set of one key.
'
Put Key characters between single quote.

A Key showed hexadecimal values is send to OS.

ex1. K:41;
Send 'A' key message to OS.
ex2. K:4142;
Send 'A' and 'B' key messages to OS.

You can use single quote (') to select key directly by character.

ex. K:'b';
Send 'B' key message to OS.

Command | P - E - I - M - X | G - T | K - D | C - L - H - S | Filter

Introduction | Tabs | Command & Filter | Other

English Index | Japanese Index