Gene Pasquet<p>I just bought a new <a href="https://toot.cat/tags/mechanical" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mechanical</span></a> <a href="https://toot.cat/tags/keyboard" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>keyboard</span></a>. 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 <a href="https://toot.cat/tags/keyd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>keyd</span></a>, I could remap INSERT to the backquote key with the following config (works in <a href="https://toot.cat/tags/wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wayland</span></a>):</p><p>```<br>cat /etc/keyd/default.conf <br>[ids]</p><p>*</p><p>[main]<br>insert = grave<br>```</p>