Surfingkeys: Fix typo

This commit is contained in:
Tom Willemse 2025-02-05 13:43:45 -08:00
parent 0ca90de664
commit 74de9a3724

View file

@ -27,7 +27,7 @@ api.unmap(':');
api.mapkey('<Alt-x>', '#7Open commands', function() {
api.Front.openOmnibar({type: "Commands"});
});
api.mapKey('gO', '#8Edit current URL and open', () =>
api.mapkey('gO', '#8Edit current URL and open', () =>
api.Front.openOmnibar({type: "URLs", tabbed: false, pref: window.location.url}));
api.mapkey('<Ctrl-c>g', '#14Load new posts', function() {