PDA

View Full Version : myKbd keyboard macro definitions


bh77a
03-14-2006, 02:55 PM
I am working on generating a keyboard for use with myKbd. While there are the possibility of ten (10) independent macro keys, I have only found the definitions of (1) which is X and (2) which is Y. Can anyone shed light on what the remaining macro definitions are?

If this is obvious in the Windows compiler, I apologize. Using the Mac version...

bobbd
03-14-2006, 03:51 PM
Take a look in SampleKeyboard.txt which is basically the documentation for the keyboard layout. The definitions are in a list under the Portrait definition. The macros are:

X = macro (1)
Y = macro (2)
Z = macro (3)
D = macro (4)
E = macro (5)
F = macro (6)
N = macro (7)
O = macro (8)
P = macro (9)
U = macro (0)

Bob

bh77a
03-14-2006, 04:21 PM
Bob,

Thanks.

Brian