coreapplicationuis/kefmapper/data/AknKeyEventMap.rss
changeset 0 2e3d3ce01487
child 18 0818dd463d41
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Key table configuration file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE IDENTIFIER
       
    20 
       
    21 NAME KEF
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 #include <eikon.rh>
       
    26 #include "aknkeyeventmap.rh"
       
    27 #include <e32keys.h>
       
    28 #include <aknkeyeventmap.hrh>
       
    29 
       
    30 //  RESOURCE DEFINITIONS 
       
    31 
       
    32 RESOURCE RSS_SIGNATURE 
       
    33     {
       
    34     }
       
    35 
       
    36 RESOURCE KEF_KEY_EVENT_MAP r_avkon_key_event_map
       
    37     	{
       
    38 	    keyevents =
       
    39 	        {
       
    40 	        KEF_KEY_EVENT
       
    41 	            {
       
    42 	            scancode   = { EStdKeyDevice27};           //Scan code for Express Media Key.
       
    43 	            keycode    = { EKeyApplication21};	 //Key code for Express Media Key.
       
    44 	            devicemode = { KKefModeDefault };
       
    45 	            eventtype  = { KKefTypeShort | KKefTypeKey };
       
    46 	            feedbacktype = 1; // 1 = Basic feedback
       
    47 	            }
       
    48 	        };	
       
    49 	    }
       
    50 
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 // r_avkon_key_event_map
       
    54 // By default, key event map is disabled.
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 /*RESOURCE KEF_KEY_EVENT_MAP_DISABLED r_avkon_key_event_map
       
    58     {
       
    59     }*/
       
    60 
       
    61 // End of File