mirror of
https://github.com/gryf/webbrowser-overlay.git
synced 2026-03-15 14:13:32 +01:00
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:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user