Surfingkeys: Fix typo
This commit is contained in:
parent
0ca90de664
commit
74de9a3724
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ api.unmap(':');
|
||||||
api.mapkey('<Alt-x>', '#7Open commands', function() {
|
api.mapkey('<Alt-x>', '#7Open commands', function() {
|
||||||
api.Front.openOmnibar({type: "Commands"});
|
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.Front.openOmnibar({type: "URLs", tabbed: false, pref: window.location.url}));
|
||||||
|
|
||||||
api.mapkey('<Ctrl-c>g', '#14Load new posts', function() {
|
api.mapkey('<Ctrl-c>g', '#14Load new posts', function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue