about summary refs log tree commit diff stats
path: root/keychord.lua
Commit message (Collapse)AuthorAgeFilesLines
* basic test-enabled frameworkKartik K. Agaram2022-05-221-3/+3
| | | | | Tests still have a lot of side-effects on the real screen. We'll gradually clean those up.
* handle chordsKartik K. Agaram2022-05-021-0/+25
For shift we'll mostly rely on love.textinput. For the rest I've created a simple driver.