Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Post History

60%
+1 −0
Q&A Change keyboard shortcuts in Firefox

Currently, there doesn't appear to be a user-friendly way to change the keyboard shortcuts on Firefox without extensions, regardless of OS. It might be a good idea to upvote this post on Mozilla Co...

posted 6d ago by techsavvytinkerer‭

Answer
#1: Initial revision by user avatar techsavvytinkerer‭ · 2024-10-11T22:57:05Z (6 days ago)
Currently, there doesn't appear to be a user-friendly way to change the keyboard shortcuts on Firefox without extensions, regardless of OS. It might be a good idea to upvote [this post on Mozilla Connect](https://connect.mozilla.org/t5/ideas/customizable-hotkeys/idi-p/4979), and maybe it might be added into Firefox in the future.

There are, however, three options.

**Using an extension (easier, Firefox only)** \
The [Shortkeys extension](https://addons.mozilla.org/en-US/firefox/addon/shortkeys/) appears to allow shortcut modifications. However, it has severe limitations, as the developer notes:

 > shortkeys only works in the context of a loaded page. What does *NOT* work is: new tab page, addons page, or any other internal pages such as about:config,about:newtab,about:addons, etc.
shortkeys cannot override Firefox default shortcuts such as: ctrl+j, alt+d and
others using the "Do nothing" action *outside of the webpage* e.g. the default firefox chortcut [sic] will still work in the url bar/ search bar
shortkeys does not work in the url bar or the search bar, it only works in the context of a webpage
shortkeys will start working when the page has finished loading, not *right* after you opened a page, or clicked a link (this annoys me, too, but yeah - API Limitation:(

**Using kinto (easier, works outside of Firefox)**

As suggested by samcarter in the comments, [kinto](https://github.com/rbreaves/kinto) remaps shortcuts using the CTRL key to the meta key. It appears to work systemwide, and may work for OP's case, but I don't have a Mac to test it on. This would work outside of Firefox, hypothetically. However, as OP noted in that comment thread, it is X11-only.

**Using autoconfig (harder, Firefox)** \
If you're willing to tinker a bit, you could [use an autoconfig file](https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig) to do the work for you. This may have its limitations, but it's worth a shot.