You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can override either with an explicit path using the `--config` and `--bank` flags.
88
96
89
97
### Keyboard mapping
90
98
91
-
Keys mapping is fully customizable. After running signls for the first time, a _config.json_ is created.
99
+
Keys mapping is fully customizable. After running signls for the first time, a _config.json_ is created in your [config directory](#files-location).
92
100
You can edit all the keys inside it.
93
101
94
102
You can select one of the default keyboard layouts available:
@@ -376,7 +384,7 @@ For example, if you set the **velocity** to _80+5_, the random value will be pic
376
384
377
385
### Bank
378
386
379
-
You manage your projects using a **bank**. When you start the program, you can provide a **bank** JSON file, or if none is provided, a default file (_default.json_) will be created or loaded automatically. Each bank can store up to **32 grids**.
387
+
You manage your projects using a **bank**. When you start the program, you can provide a **bank** JSON file, or if none is provided, a default file (_default.json_) will be created or loaded automatically in your [config directory](#files-location). Each bank can store up to **32 grids**.
0 commit comments