Added back backspace behaviour.

Removed in previous commits line:

  set_pref "browser.backspace_action" 0

was reverted, since that's how I like backspace to behave - as a back
button. User can always change it to whatever it prefers in about:config
(either to be used as scroll up or disable special meaning completely).
This commit is contained in:
2021-05-19 19:19:18 +02:00
parent d4f7ae0347
commit a9556ec35f
2 changed files with 4 additions and 1 deletions

View File

@@ -218,6 +218,9 @@ src_install() {
# Disable MPROTECT for startup cache creation:
pax-mark m "${obj_dir}"/dist/bin/xpcshell
# Set the backspace behaviour to be consistent with the other platforms:
set_pref "browser.backspace_action" 0
# Gotta create the package, unpack it and manually install the files
# from there not to miss anything (e.g. the statusbar extension):
einfo "Creating the package..."