TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Emacs Key-Bindings for Tridactyl

1 pointsby _emacsomancer_over 2 years ago

1 comment

_emacsomancer_over 2 years ago
This incidentally contains a (for me) novel workaround for hard-coded Firefox shortcut keys:<p>&quot;...First thing you need to change default Firefox bindings like Ctrl-N. It is impossible to change or disable that bindings, but you can change the modifier key used in that bindings instead. Go to `about:config` page and set `ui.key.accelKey` to `91` (WinKey ~ Super Key). You can find more keycodes here - <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;KeyboardEvent&#x2F;keyCode" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;KeyboardEve...</a>, but seems like WinKey is optimal choice because both Ctrl- and Alt- bindings are needed...&quot;