How to handle " " (space)?
Closed this issue · 2 comments
hpgisler commented
Hi, I am still experimenting with the 2 x 18 key layout and stumbled over this one (as it is not related to the other discussion, I opened a new one - hope, this is ok).
Suppose, I also want to let the optimizer optimize the position of the Space
character.
How do I have to enter it in --fix-from
or -f
string? (As whitespaces are ignred there.)
(\
does not seem to do the trick.)
dariogoetz commented
I added a commandline argument --do-not-remove-whitespace
to the plot
, evaluate
, optimize_sa
, and optimize_genetic
binaries. It then considers each whitespace character as a specified symbol for the layout.
hpgisler commented
Great! Thank you - works like a charm.