About creating keyboard configuration files #77
|
Hi, and first of all thanks for the awesome project! I'm in a process of trying the keyboard layout optimizer out, and trying to understand the configuration file options. Here are a few questions I have in mind:
|
Replies: 1 comment 2 replies
|
Thank you, I appreciate that :) The The numbers in the |
Thank you, I appreciate that :)
The
positionsare only used in thekla_distancemetric that is switched off by default. This is a metric that corresponds to the KLA(next) analyzer and uses the same values as there. I am not sure, where these values come from, to be honest. At some point, I had the plan to use thepositionsto automatically draw the image of the configured keyboard, but never came to actually implementing this.The numbers in the
plot_templatetemplates correspond to the keys defined in the other sections (base_layout.keysand alsomatrix_positions,positions,hands,fingers, ...) when counting from left to right, row after row (i.e. "flattening" the list of lists).For the
…