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

D Command - [D]irect keyboard

Operator

D:

This command send keyboard message to OS. Some application din't work correctly, because it can't emulate hardware keyboard, only send Windows message. A point of difference from K command is be able to send button state.

Operand

0~F ' + -

0~F
Hexadecimal values, two character are set of one key.
'
Put Key characters between single quote.
+ -
Button state. + is down, - is up.

A Key showed hexadecimal values is send to OS.

ex1. K:+41;
Send 'A' key hold down message to OS.
ex2. K:+4142-4142;
Send 'A' and 'B' key down and 'A' and 'B' key up messages to OS.

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

ex. K:+'b';
Send hold '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