plugins/consoles/guicons/s60/data/guicons.idf
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # guicons.idf
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "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 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 # Description:
       
    14 # INI definition file for guicons.ini
       
    15 
       
    16 font			filename
       
    17 font.name		Font bitmap
       
    18 font.description	The font to use for consoles. The font should be a bitmap containing a 8x12 grid of fixed width characters with ASCII codes 32 through 127
       
    19 
       
    20 shownav			boolean
       
    21 shownav.name		Show 5-way nav
       
    22 shownav.description	Show five way navigation control, to allow direction keys to be inputted on a device with just a touch screen
       
    23 shownav.default		true
       
    24 
       
    25 longpress		boolean
       
    26 longpress.name		Long press switches tabs
       
    27 longpress.description	Allows a long press of a direction key to switch betweeb tabs
       
    28 longpress.default	no
       
    29 
       
    30 buffersize		integer
       
    31 buffersize.name		Buffer size
       
    32 buffersize.description	Number of lines in the console buffer history
       
    33 buffersize.default	200