#here are some options you can change

#the display size of cells
sqsize,8

#the grid colors
gridcolor,0,0,255
gridcolor2,0,255,255
gridcolor3,0,255,0
gridcolor4,255,128,0
gridcolor5,255,0,0
table_gridcolor1,0,0,255
table_gridcolor2,0,255,255
table_gridcolor3,255,255,255

#the minimum display size the cells should be 
#for the grid to showed
gridminsqsize,8


#here you can configure the positions of the windows
#the first number is the x offset of the window
#the second number is the y offset of the window
#the third number is the width of the window
#the fourth number is the height of the window
showmainwindow,0,0,1000,640
showtoolbox,0,640,200,100
showcolorbox,200,640,280,100
showruletablewindow,480,640,170,115

  
#here is where you can configure the keys
open_ctrl_key,O
save_ctrl_key,S
cut_ctrl_key,X
copy_ctrl_key,C
paste_ctrl_key,V
flipy_ctrl_key,Z
flipx_ctrl_key,A
rotatec_ctrl_key,D
rotatecc_ctrl_key,F
options_ctrl_key,P
seletionoption_ctrl_key,L
random_table_ctrl_key,R
table_tool_option_ctrl_key,G
add_state_ctrl_key,T
edit_state_ctrl_key,E
random_selection_ctrl_key,B
color_picker_tool_ctrl_key,K
rule_family_options_ctrl_key,W
pencil_tool_key,a
select_tool_key,s
move_tool_key,g
zoom_in_tool_key,q
zoom_out_tool_key,w
save_and_clear_key,b
save_to_stack_key,x       
undo_key,z
redo_key,v
find_selection_key,m
pan_mode_key,p
calc_key,n
calc_key2,c
xor_mode_key,t

#here are some more keys you can configure
#to configure, uncomment these lines first
prev_color_key,d
next_color_key,f
#prev_tool_key,d
#next_tool_key,f


#how many generations to advance by when calc_key is pressed
timestep,20

#how many generations to advance by when calc_key2 is pressed
timestep2,1

#how many cells to move by when the arrow keys are use to pan around
movestep,5



#how many colors are there in each row of the color box? 
numcolorsperrow,8





#what two chars present cell state 0 when the selection is
#saved to the clipboard or a file?
#0 is aa
#1 is 2 spaces
#2 is 2 dots
selectiontextbackground,2


#does color box automatically scrolls when the user selects a color?
#non-zero is yes
#zero is no
colorboxautoscroll,1

#does the save and clear key adds random cells?
#non-zero is yes
#zero is no
save_and_clear_key_adds_random_cells,0


#use powers of 4 for the grid highlighting?
#non-zero is yes
#zero is no
grid_highlighting_use_powers_of_4,1


#clear the rule table before adding random entries to it?
#non-zero is yes
#zero is no
random_rule_table_clear,0

#how sparse is the random rule table and
#what percent of entries are zero
random_rule_table_sparseness,0


