# Settings
screenwidth=320
screenheight=240
screendepth=16
refreshdelay=100
fullscreen=1
showext=1
showhidden=0
showpointer=0
showlabels=1
unusedkeyslaunch=0
unusedbuttonslaunch=0
fontsizesmall=8
fontsizemedium=12
fontsizelarge=14
maxentries=10
# Paths
fontpath=DejaVuSansMono-Bold.ttf
image_background=images/background.png
image_pointer=images/pointer.png
image_upone=images/button_oneup.png
image_downone=images/button_onedn.png
image_pageup=images/button_pageup.png
image_pagedown=images/button_pagedn.png
image_dirup=images/button_dirup.png
image_dirdown=images/button_dirdn.png
image_edit=images/button_edit.png
image_options=images/button_options.png
image_launch=images/button_launch.png
image_quit=images/button_quit.png
# Colors
    # 0 white
    # 1 yellow
    # 2 fushsia
    # 3 red
    # 4 silver
    # 5 gray
    # 6 olive
    # 7 purple
    # 8 maroon
    # 9 aqua
    # 10 lime
    # 11 teal
    # 12 green
    # 13 blue
    # 14 navy
    # 15 black
color_buttons=13
color_fontbuttons=0
color_background=0
color_fontfiles=15
color_fontfolders=3
# Controls
key_up=273
key_down=274
key_left=276
key_right=275
key_dirup=306
key_dirdown=303
key_launch=13
key_quit=27
button_up=0
button_down=4
button_left=2
button_right=6
button_dirup=10
button_dirdown=11
button_launch=8
button_quit=9
deadzone=10000
