use the keypad keys for the following keys / . - and for the ":" use shift "i"

installation method:
    
    Altiris
        Place the file (SP29129.tgz) in a directory accessible to the Altiris DS.
	At the Altiris DS create new job called "hp t5515 - install Turkish Q keyboard"
	Choose Add->Copy File
		in the from field use the full path to the file (SP29129.tgz)
		in the to field choose /tmp
		select finish 
		at the prompt for /tmp being a directory or filename choose directory
	Choose Add->Run Script
		set type to Linux
		in the script enter
tar -xzf /tmp/SP29129.tgz -C /etc
/etc/sutrq.sh
reboot
		select Finish
	Now drag and drop job to desired machines.
     
     DOK
              insmod usb-storage
               mkdir /mnt/dok
               mount /dev/sda1 /mnt/dok
               cd /etc
               tar -xzf /mnt/dok/SP29129.tgz
               ./sutrq.sh
 
     windows share
               mkdir /mnt/winshare
               smbmount //xxx.xxx.xxx.xxx/sharename /mnt/winshare -o username=username
               cd /etc
               tar -xzf /mnt/winshare/SP29129.tgz
               ./sutrq.sh
 
     nfs
               mkdir /mnt/nfsshare
               mount xxx.xxx.xxx.xxx:/sharename /mnt/nfsshare
               cd /etc
               tar -xzf /mnt/nfsshare/SP29129.tgz
               ./sutrq.sh

