fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.25k stars 116 forks source link

Change default shortcut for Firefox in Linux #279

Closed coaxial closed 1 year ago

coaxial commented 1 year ago

Close #241

fregante commented 1 year ago

Thanks for the PR, but the suggestion was to drop the default shortcut altogether. However this requires further work to preserve it for existing installations. See:

The next step is to remove this default, then iodate the code from the previous PR to:

  1. get the saved shortcut from storage
  2. set it back via chrome.commands API

The intent is:

coaxial commented 1 year ago

I see. When I opened the issue, I was only suggesting to change the default shortcut so it doesn't conflict with any existing one in Firefox.

I'll close this PR then as it doesn't do what you're planning.