From 253b061b1203b210fb8b52b3272c1b55d46192ea Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 12 Sep 2021 13:05:34 +0200 Subject: [PATCH] Add support for Firefox Developer Edition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I made this change `~/.config/kinto/kinto.py` and restarted the service. Then cmd-option-left/right worked in Firefox Developer Edition as well – https://github.com/rbreaves/kinto/issues/535#issuecomment-917612176 I’m quite new to Kinto so I’m not 100% sure this is the correct fix, but it seems to work. Thanks for Kinto btw! It’s awesome. --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index 90876f5..6880568 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -64,6 +64,7 @@ browsers = [ "Discord", "Epiphany", "Firefox", + "Firefox Developer Edition", "Google-chrome", "microsoft-edge", "microsoft-edge-dev",