You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
When I use the key-binding for "Activate Clipboard *" to paste a non-URL foo, saka-keys translates it a Google search query URL, disregarding the default search engine.
The expected behavior should be equivalent to typing foo in the Firefox URL bar & hitting Enter, i.e., querying the default search engine for foo.
When I use the key-binding for "Activate Clipboard *" to paste a non-URL
foo
, saka-keys translates it a Google search query URL, disregarding the default search engine.The expected behavior should be equivalent to typing
foo
in the Firefox URL bar & hitting Enter, i.e., querying the default search engine forfoo
.The relevant source lines:
saka-key/src/modes/command/background/commands/clipboard.js
Lines 5 to 7 in 3ec7984
saka-key/src/lib/url.js
Lines 34 to 41 in cd2aa75
(This is a separate issue from #64.)
The text was updated successfully, but these errors were encountered: