diff --git a/content/blog/firefox-urlbar-fix-tabbing.md b/content/blog/firefox-urlbar-fix-tabbing.md new file mode 100644 index 0000000..b8fa062 --- /dev/null +++ b/content/blog/firefox-urlbar-fix-tabbing.md @@ -0,0 +1,19 @@ +--- +title: "Fix Firefox URL Bar Tabbing" +date: 2024-04-06T17:32:48.9712605+08:00 +draft: false +--- + +Approximately 1 year ago Mozilla added a button to certain suggestions in the +URL bar. This breaks the ability to tab through results as the focus is placed +on the button instead of the item, requiring you to sometimes double tab. + +Google Chrome and its variants also do this but there's no workaround for them +as they're browsers that can charitably described as garbage. + +You can fix this with Firefox by setting the following preference to false: +``` +browser.urlbar.resultMenu.keyboardAccessible +``` + +No restart required, takes effect immediately. \ No newline at end of file