textinput/peninputgenericitut/srcdata/peninputitutconfig_korean.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:15:25 +0300
branchRCL_3
changeset 19 ac7e4d1d9209
parent 0 eb1f2e154e89
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0""
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource definitions for project peninputgenericitut
*
*/

//  RESOURCE IDENTIFIER
// The name should not be the same as ITUW, Otherwise the keypad id of 
// r_finger_input_keypad_korean is the same as the keypad id in latin, 
// then crash occurs if switching writing language.
NAME ITUK

#include <eikon.hrh>

#include "peninputgenericitut.rh"

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf=""; }

RESOURCE VIRTUAL_ITUT_KEYPAD r_finger_input_keypad_korean
    {
    keys = 
        {
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0031>;
            rightstr1 = <0x3131>;
            scancode = 49;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0032>;
            rightstr1 = <0x3134>;
            scancode = 50;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0033>;
            rightstr1 = <0x314f><0x3153>;
            scancode = 51;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0034>;
            rightstr1 = <0x3139>;
            scancode = 52;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0035>;
            rightstr1 = <0x3141>;
            scancode = 53;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0036>;
            rightstr1 = <0x3157><0x315C>;
            scancode = 54;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0037>;
            rightstr1 = <0x3145>;
            scancode = 55;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0038>;
            rightstr1 = <0x3147>;
            scancode = 56;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0039>;
            rightstr1 = <0x3163>;
            scancode = 57;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x002a>; 
            rightstr1 = <0xD68D><0xCD94><0xAC00>;
            scancode = 133;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x0030>;
            rightstr1 = <0x3161>;
            scancode = 48;
            },
        VIRTUAL_ITUT_KEY
            {
            leftstr = <0x2191>;
            rightstr1 = <0xC30D><0xC790><0xC74C>;
            scancode = 127;
            }
        };
    }

// End Of File