Adaptation/GUID-D048E187-6B1C-5A80-9CD0-89CD10688C6F.dita
changeset 15 307f4279f433
equal deleted inserted replaced
14:578be2adaf3e 15:307f4279f433
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-D048E187-6B1C-5A80-9CD0-89CD10688C6F" xml:lang="en"><title>Keyboard
       
    13 Driver</title><shortdesc>A Keyboard Driver is a kernel extension that gets input
       
    14 from keyboard hardware, and makes these events available to other
       
    15 parts of the operating system and applications. This section describes
       
    16 how to implement a driver for your phone hardware. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    17 <p>A Keyboard Driver is platform-specific, and is implemented
       
    18 by the base port. Symbian platform provides template code for a driver.
       
    19 A base port must also implement a keyboard mapping library, which
       
    20 is used by user-side components to translate the codes used for hardware
       
    21 keys into logical key codes. </p>
       
    22 </conbody><related-links>
       
    23 <link href="GUID-6A6D5DC5-3B5C-5A26-8D7F-C280AA4D5F18.dita"><linktext>Key
       
    24   Codes</linktext></link>
       
    25 <link href="GUID-0C4B86B5-530A-5839-86C1-46E7ABE281E0.dita"><linktext>Window
       
    26   Server Component</linktext></link>
       
    27 </related-links></concept>