summaryrefslogtreecommitdiff
path: root/asciifarm/client/keymacros.hy
AgeCommit message (Collapse)Author
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.
2018-01-17updated maps and refactored client: renamed display parts and removed selectortroido
2018-01-04no quotes necessary anymore in keybindings keys. Added some macrostroido
2018-01-03made scrolling of chat log possibletroido
2018-01-02keybindings are now executed a bit smarter as hy codetroido
2018-01-01renamed input macro to inp to avoid possible name collision with buit-in ↵troido
function
2017-12-29keybinding macros have their own file and selectors can now be used!troido