eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

212
active users

#keyd

0 posts0 participants0 posts today
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>