diff options
| author | troido <troido@hotmail.com> | 2018-04-15 14:14:46 +0200 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-04-15 14:14:46 +0200 |
| commit | 3379696d9d79b4849b0615d45bc915bfe119e467 (patch) | |
| tree | d25b4fa01a0020fb4e78e4791086d82262791d6d /asciifarm/keybindings | |
| parent | 1e390c939a11a2c610bda59e5204febfb27fc3a2 (diff) | |
chat scrolling works again
Diffstat (limited to 'asciifarm/keybindings')
| -rw-r--r-- | asciifarm/keybindings/keybindings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asciifarm/keybindings/keybindings.json b/asciifarm/keybindings/keybindings.json index 20759bd..7e58dd2 100644 --- a/asciifarm/keybindings/keybindings.json +++ b/asciifarm/keybindings/keybindings.json @@ -39,8 +39,8 @@ "A": ["input", ["attack", "west"]], "t": ["runinput"], "NEWLINE": ["runinput"], -"KEY_PPAGE": "(self.display.scrollBack 1]", -"KEY_NPAGE": "(self.display.scrollBack -1]" +"KEY_PPAGE": ["scrollchat", 1], +"KEY_NPAGE": ["scrollchat", -1] }, "help": "Controls:\n wasd or arrows:\n Move around\n e: Grab\n q: Drop\n E: Use/Equip\n r: Interact\n f: Attack\n t: Chat\n z: Unequip\n xcv: scroll\n ctrl-c: close client" } |
