Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
metasong committed Oct 5, 2023
2 parents 075d8fd + 20371f0 commit 0f0fe17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
api.mapkey('<Ctrl-y>', 'Show me the money', function() {
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
});

console.log('test');
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
api.map('gt', 'T');
api.map('gt', 'T', undefined, "new annotation");

// an example to remove mapkey `Ctrl-i`
api.unmap('<Ctrl-i>');
Expand Down

0 comments on commit 0f0fe17

Please sign in to comment.