How come the back/forward buttons don't work in safari but works fine in chrome/firefox. I can't find any configuration options in safari to enable that.
How come the back/forward buttons don't work in safari but works fine in chrome/firefox. I can't find any configuration options in safari to enable that.
I closed Safari, run the command and it worked. It persisted after rebooting.
Have you checked if the value was saved? defaults read com.apple.Safari WebKitPreferences.backspaceKeyNavigationEnabled should return 1.
If you have macOS set in German, you have to use the corresponding word instead of "Back", as it appears in the History menu with the shortcut Command-ü. Based on https://support.apple.com/de-de/guide/safari/cpsh003/mac, I presume it's "Zurück":
Code:
defaults write com.apple.Safari NSUserKeyEquivalents -dict-add Zurück "\U232b"