(1.10.0)
With a config that contains just:
[key-bindings]
pipe-scrollback=[/usr/bin/false] none
pipe-selected=[/usr/bin/false] none
pipe-visible=[/usr/bin/false] none
... foot prints:
error: /tmp/foot.ini:2: [ipe-scrollback].pipe-scrollbck: Ma: not a valid XKB key name: Ma
error: /tmp/foot.ini:3: [ipe-selected].pipe-selected: aMa: not a valid XKB key name: aMa
As part of my actual, larger, config, foot prints:
error: /home/arnavion/.config/foot/foot.ini:39: [ipe-scrollback].pipe-scrollback: /Color-schemes: not a valid XKB key name: /Color-schemes
error: /home/arnavion/.config/foot/foot.ini:40: [ipe-selected].pipe-selected: ki/Color-schemes: not a valid XKB key name: ki/Color-schemes
error: /home/arnavion/.config/foot/foot.ini:41: [ipe-visible].pipe-visible: iki/Color-schemes: not a valid XKB key name: iki/Color-schemes
(1.10.0)
With a config that contains just:
```
[key-bindings]
pipe-scrollback=[/usr/bin/false] none
pipe-selected=[/usr/bin/false] none
pipe-visible=[/usr/bin/false] none
```
... foot prints:
```
error: /tmp/foot.ini:2: [ipe-scrollback].pipe-scrollbck: Ma: not a valid XKB key name: Ma
error: /tmp/foot.ini:3: [ipe-selected].pipe-selected: aMa: not a valid XKB key name: aMa
```
As part of my actual, larger, config, foot prints:
```
error: /home/arnavion/.config/foot/foot.ini:39: [ipe-scrollback].pipe-scrollback: /Color-schemes: not a valid XKB key name: /Color-schemes
error: /home/arnavion/.config/foot/foot.ini:40: [ipe-selected].pipe-selected: ki/Color-schemes: not a valid XKB key name: ki/Color-schemes
error: /home/arnavion/.config/foot/foot.ini:41: [ipe-visible].pipe-visible: iki/Color-schemes: not a valid XKB key name: iki/Color-schemes
```