Main Settings
~~~~~~~~~~~~~

1. Action settings.
   Here you can set two external editors, first - for key 4,
   second for key ABC+4

2. Panel colors
   Here you can set panel colors.
   Press OK on needed color and select color from swatches, or
   type it as Web-color.
   For some items you can use empty color (red cross) - not for
   3 upper and selection color!  For example, if you set file 
   background in empty color - this color will be taken from panel
   background.

3. Panel settings
    Cycled GREEN+# - if enabled - you can choose panel layouts with
    3-state GREEN+#, else - you can choose it from menu.
    Show icons - if enabled - you can view icons for files (without
    icons Griffon working faster)

    Panel font (1-4) You can choose one of four standard fonts, 1 - smallest.

    Item height - Here you can set height of list items, this need, if you 
      change Panel font. Icons sizes also changed with this parameter.

    Title - here you can choose, which info you want to see in the window title.
      Variants:
       program name -  in the window title - "Griffon"
       passive path -  in the window title - path of passive panel
       files count and sizes - count files and directories and files sizes
                               on active panel.
         For example:
            0d 4f 2.82M|1d 9f 3.15M
               0d - 0 directories in selection
               4f - 4 files in selection
               2.82M - size of selected files
               1d  -  1 directory on the panel
               9f  - 9 files on the panel
               3.15M - total size of files - 3.15M

    Extension align - if enabled, files extensions always show in panel.

    Show file sizes - if enabled, you can view file sizes in panel. Sizes not shown
                      in panels under horizontal layout, vertical and virtual only.

4. File associations
   Here you can add/edit file associations.
   Association can contain color highlighting and associated programs.
   If you set one or more programms for association - Griffon show menu
   by pressing OK on file from association.
   Checking of associations go from top to bottom, so, association order
   very important.
   In this menu:
      1 - Insert association before selection, 2 - after selection, C - remove.
      right/left - move association up and down

   You can use empty color (red cross) for default colors. 

5. Languages
   When you enter in this menu, procramm scan folder GRIFFON/config/locale,
   and show all files with extension "loc". 

6. Misc

   - Use log - programm can write report about various actions, but it 
     can be very slow. Use this only if you want send bug-report.

   <default program> - if enabled, menu, which shown by pressing OK on associated
    file, always has item <default program>, and you can run file with system
    defaults. Else - this item not shown in menu. If file has only one associated
    program - file will be runned with this programm without menu.

   On exit:
      Prompt saving - you wil be prompted for saving settings
      Save all settings - All settings will be saved. Can be slowly on some flash cards,
                          faster, if program installed on C:
      Not save settings  - Never save settings.
      Save panel settings - Save only main settings. 

Config files
~~~~~~~~~~~~
Localization
````````````
Files with name in format <language>.loc
Contains set of strings:
sL<Number>=<text>
It has only one rule - number of string in your file and in english.loc 
must be same:-)


Keyboard input customization
```````````````````````````
Keyboard inputs stored in folder Griffon\keybrds in files with gkb extensions. 
First line of this file:
GKBD:<Lang name>:<Short lang name (4 symbols max)>
Strings, started with ; - comments;
Each key must be implemented with set of comma-separated UNICODE numbers.
Keys in file take strong order, and :
<UPPER CASE>  
   0
   1
   ...
   9
   *
   #
   OK
<LOWER CASE>  
   0
   1
   ...
   9
   *
   #
   OK

Typically, for languages, based on latin alphabet, you can change copy
of English.gkb, add some unikal letters into it. Note, than not all unicode
symbols are present in standard fonts
