Skip to content

FF 82, alt key not reacting anymore #9

@phuhl

Description

@phuhl

Hey there, based on your patch-the-fox I came up with this:

#!/bin/bash

# https://superuser.com/questions/1271147/change-key-bindings-keyboard-shortcuts-in-firefox-quantum
# https://github.com/nilcons/firefox-hacks

mkdir -p /tmp/hackFF/content
cd /tmp/hackFF/content

cp /usr/lib/firefox/browser/omni.ja .

unzip omni.ja
mv omni.ja ../omni.ja_old

sed -i -- 's/reserved="true"//g' chrome/browser/content/browser/browser.xhtml

zip -r ../omni.ja ./*
cd ../

rm -r content
cp omni.ja /usr/lib/firefox/browser/omni.ja

rm /home/philipp/.cache/mozilla/firefox -r

It patched out all reserved="true" so I could set all the keybindings in vimium that I desired. It worked great. Until today or so. Do your scripts still work and do you have any idea on why this might have broke? Any help appreciated!

Even though, it is not really an issue with this repo in particular, you seem to be quite the expert on patching firefox, so I thought, asking might be worth it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions