summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/keybindings.json
AgeCommit message (Collapse)Author
2018-04-19tab now returns to game keeping entered string; / starts string with text /troido
2018-04-15chat scrolling works againtroido
2018-04-14Stopped using hy for keybindingstroido
keybindings are now a JSON format. Somehow hy errored for me, and the cleanest solution seemed not to use hy at all Thinking about it, the client was basically loading a new interpreter to optimize something that didn't need optimizing. It didn't make it more readable/writable either, and it always was a lot of hassle.