parts {
    portrait {
        background {
            image   TabA_Port.png
        }
		buttons {
            soft-left {
                    image port-button1.png
                    x 1009
                    y 702
            }
            home {
                    image port-button2.png
                    x 1011
                    y 838
            }
            back {
                    image port-button3.png
                    x 1011  
                    y 1040
            }
		}	
    }
    landscape {
        background {
            image   TabA_Land.png
        }
		buttons {
			back {
                    image land-button1.png
                    x 745
                    y 1007
            }
            home {
                    image land-button2.png
                    x 883
                    y 1007
            }
            soft-left {
                    image land-button3.png
                    x 1086
                    y 1007
            }
		}
    }

    device {
        display {
            width   800
            height  1280
            x       0
            y       0
        }
    }
    
    controls {
        background {
            image   controls.png
        }
        buttons {
            camera {
                    image button.png
                    x 3
                    y 3
            }
			volume-down {
                    image button.png
                    x 106
                    y 3
            }
            volume-up {
                    image button.png
                    x 209
                    y 3
            }
			power {
                    image button.png
                   x 312
                   y 3
            }
			
			phone-dial {
                    image button.png
                    x 3
                    y 136
            }
            phone-hangup {
                    image button.png
                    x 312
                    y 136
            }
			home {
                    image button.png
                    x 3
                    y 268
            }
			menu {
                    image button.png
                    x 106
                    y 268
            }
			back {
                    image button.png
                    x 209
                    y 268
            }
			search {
                    image button.png
                    x 311 
                    y 268
            }
			
            dpad-left {
                    image arrow_left.png
                    x 95
                    y 107
            }
			dpad-up {
                    image arrow_up.png
                    x 102
                    y 142
            }
            dpad-down {
                    image arrow_down.png
                    x 142
                    y 194
            }
            dpad-right {
                    image arrow_right.png
                    x 225
                    y 107
            }
            dpad-select {
                    image select.png
                    x 140
                    y 149
            }
        }
    }

    keyboard {
        background {
            image  keyboard.png
        }
        buttons {
            1 {
                image  key-num.png
                x 8
                y 5
            }
			2 {
                image  key-num.png
                x 72
                y 5
            }
			3 {
                image  key-num.png
                x 137
                y 5
            }
			4 {
                image  key-num.png
                x 202
                y 5
            }
			5 {
                image  key-num.png
                x 267
                y 5
            }
			6 {
                image  key-num.png
                x 332
                y 5
            }
			7 {
                image  key-num.png
                x 397
                y 5
            }
			8 {
                image  key-num.png
                x 462 
                y 5
            }
			9 {
                image  key-num.png
                x 527 
                y 5
            }
			0 {
                image  key-num.png
                x 592
                y 5
            }
			
			
			q {
                image  key.png
                x 8
                y 38
            }
			w {
                image  key.png
                x 72
                y 38
            }
            e {
                image  key.png
                x 137
                y 38
            }
            r {
                image  key.png
                x 202
                y 38
            }
            t {
                image  key.png
                x 267
                y 38
            }
            y {
                image  key.png
                x 332
                y 38
            }
            u {
                image  key.png
                x 397
                y 38
            }
            i {
                image  key.png
                x 462
                y 38
            }
            o {
                image  key.png
                x 527
                y 38
            }
            p {
                image  key.png
                x 592
                y 38
            }
			
			
			a {
                image  key.png
                x 41
                y 78
            }
            s {
                image  key.png
                x 105
                y 78
            }
            d {
                image  key.png
                x 170
                y 78
            }
            f {
                image  key.png
                x 235
                y 78
            }
            g {
                image  key.png
                x 300
                y 78
            }
            h {
                image  key.png
                x 365
                y 78
            }
            j {
                image  key.png
                x 430
                y 78
            }
            k {
                image  key.png
                x 495
                y 78
            }
            l {
                image  key.png
                x 560
                y 78
            }
            
            
            CAP {
                image  key2.png
                x 8
                y 119
            }
			z {
                image  key.png
                x 105
                y 119
            }
            x {
                image  key.png
                x 170
                y 119
            }
            c {
                image  key.png
                x 235
                y 119
            }
            v {
                image  key.png
                x 300
                y 119
            }
            b {
                image  key.png
                x 365
                y 119
            }
            n {
                image  key.png
                x 430
                y 119
            }
            m {
                image  key.png
                x 495
                y 119
            }
			
			DEL {
                image  key2.png
                x 560
                y 119
            }
			
			
			
			SYM {
                image  key2.png
                x 8
                y 161
            }
			T {
                image  key.png
                x 105
                y 161
            }
			SPACE {
                image  spacebar.png
                x 170
                y 161
            }
            PERIOD {
                image  key.png
                x 495
                y 161
            }
            NEXT {
                image  key2.png
                x 560
                y 161
            }
        }
    }
}

layouts {
    portrait {
        width     1830
        height    1734
        color     0xe0e0e0
        event     EV_SW:0:1
		
        
        part1 {
            name    portrait
            x       0
            y       0
        }



        part3 {
            name    device
            x       149
            y       246
			
        }
        part4 {
            name    controls
            x       1260
            y       480
        }
        part5 {
            name    keyboard
            x       1140
            y       900
        }

    }

    landscape {
        width     1830
        height    1734
        color     0xe0e0e0
        event     EV_SW:0:0
		dpad-rotation 3
		
        part1 {
            name    landscape
            x       0
            y       0
        }

        part2 {
            name      device
            x         291
            y         950
            rotation  3s
        }

        part3 {
            name     controls
            x        1120
            y        1161
        }

        part4 {
            name     keyboard
            x        312
            y        1224                   
        }
    }
}

keyboard {
    charmap qwerty2
}

network {
    speed  full
    delay  none
}
