|
Thnx drewdizzy for the OSK i asked you about earlier.
A few things in the OSK do not work correctly;
! (ascii 33) does not output anything
; (ascii 59) does not output anything
' (ascii 39) outputs a " (ascii 34)
" (ascii 34) outputs a ' (ascii 39)
, (ascii 44) outputs a "
< (ascii 60) outputs a "
The first two are probably RoadRunner problems, for I have
been trying out different codes in osk.skin, but nothing works.
the 3rd and 4th are simply switched codes.
K,665,419,60,53,004,034,039,"''" must be
K,665,419,60,53,004,039,034,"''"
The last two have to do with another problem in RoadRunner;
The skin-file-parser gets confused by the "'," parameter.
if you change line K,518,475,60,53,005,044,060,","
in K,518,475,60,53,005,044,060,044
the problem is solved.
Guino, can you look into the osk-codes for ! and ; THNX
Last edited by PiR-P3 : 01-28-2006 at 03:57 PM.
|