64 / klopt

Keyboard Layout Optimiser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

klopt - Keyboard Layout Optimiser

Computes the most optimal keyboard layout for a given piece of text using simulated annealing.

This project is a work in progress - the model only tracks finger distance and only supports British keyboard layouts, but I hope to change this in future.

Licensed under GPLv3.

Compiling

Install submodules with git submodule update --init. Then use the cmake generator of your choice, with a C++20-compatible compiler (for ranges and concepts support).

About

Keyboard Layout Optimiser

License:GNU General Public License v3.0


Languages

Language:C++ 93.9%Language:CMake 6.1%