11# Configuration
22
33
4- Your user configuration is ' $HOME/.config/Asciio/Asciio.ini' it contains
5- links to files that are used to setup different aspects of ** asciio** .
4+ Your user configuration file is ` $HOME/.config/Asciio/Asciio.ini ` . It contains
5+ links to files that are used to set up different aspects of ** asciio** .
66
77The file has this format:
88
@@ -40,28 +40,28 @@ IMPORT_EXPORT =>
4040
4141Contains:
4242
43- - files defining stencils present in the popup menuwes
44- - stencil files that you can drag drop from
43+ - files defining stencils present in the popup menus
44+ - stencil files that you can drag and drop from
4545
4646
4747### ACTION_FILES
4848
4949Contains:
5050
5151- your keyboard bindings
52- - functionality you want add to asciio (that you bind keys to), plugins
52+ - functionality you want to add to asciio (that you bind keys to), plugins
5353
5454### HOOK_FILES
5555
5656Contains:
5757
58- - hooks called after elements have been modifie and rendering the drawing starts, mainly used to call CANONIZE_CONNECTIONS.
58+ - hooks called after elements have been modified and rendering the drawing starts, mainly used to call CANONIZE_CONNECTIONS.
5959
6060### ASCIIO_OBJECT_SETUP
6161
6262Contains:
6363
64- - setup variables that influence asciio behavior and look
64+ - setup variables that influence asciio's behavior and appearance
6565
6666** asciio** will first read the settings in 'setup/asciio_object/basic.pl' then read
6767the settings in the files contained in this section.
@@ -100,7 +100,7 @@ COPY_OFFSET_Y => 1, # y offset for paste
100100CREATE_BACKUP => 1, # create a '.bak' backup file when set
101101DISPLAY_GRID => 1, # display the asciio grid
102102DISPLAY_GRID2 => 1, # display every tenth grid line in grid_2 color
103- DISPLAY_RULERS => 1, # display the ascioo ruler lines
103+ DISPLAY_RULERS => 1, # display the asciio ruler lines
104104DISPLAY_SETUP_INFORMATION_ACTION => 1, # display which actions are registered
105105DRAG_SELECTS_ARROWS => 0, # selection rectangle also selects arrows when set
106106...
@@ -116,5 +116,5 @@ RULER_LINES => # default ruler lines
116116
117117### IMPORT_EXPORT
118118
119- Links to files which define import and export functionality, you could use this to save files to a another format.
119+ Links to files which define import and export functionality, you could use this to save files to another format.
120120
0 commit comments