-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels