>>530
ありがと!!こうしたら理想の動作になった!

function OnEvent( event, arg, family )
if (event == "G_PRESSED" and arg == 19) then
PressKey(";");
ReleaseKey(";");
end

if (event == "G_RELEASED" and arg == 19) then
PressKey("c");
ReleaseKey("c");
end
end

ホント感謝!ありがとう!