I just bought a new #mechanical #keyboard. But this one is weird as the escape key doubles as the backquote key. Because of this, the only way to access the backquote key is to press fn+escape, then escape again, then fn+escape to go back to 'escape' mode for the key. Thankfully, it also has keys I never use, like INSERT! Using #keyd, I could remap INSERT to the backquote key with the following config (works in #wayland):
```
cat /etc/keyd/default.conf
[ids]
*
[main]
insert = grave
```