browsh/interfacer/test
Thomas Buckley-Houston 7a76b3d9aa First basic implementation of configurable keys
Only 'next-tab' is currently supported.

You will need to run Browsh with `--debug` then press the key
combination and watch the logs for something like;

`TTY sending: /stdin,{"char":"\u001c","key":28,"mod":2}`

That is the result of having `pressed CTRL+\`. Then add something
like the following to your config file:
```toml
[tty.keys]
next-tab = ["\u001c", "28", "2"]
```

touches #52
2018-07-21 17:05:02 +08:00
..
http-server Block user agents and domains using user config 2018-07-18 17:38:17 +08:00
sites/smorgasbord Multiline text input boxes 2018-06-02 18:47:37 +08:00
tty First basic implementation of configurable keys 2018-07-21 17:05:02 +08:00