Skip to content

Commit 0f0fe17

Browse files
committed
merge
2 parents 075d8fd + 20371f0 commit 0f0fe17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/options.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
api.mapkey('<Ctrl-y>', 'Show me the money', function() {
1414
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
1515
});
16-
16+
console.log('test');
1717
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
18-
api.map('gt', 'T');
18+
api.map('gt', 'T', undefined, "new annotation");
1919

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

0 commit comments

Comments
 (0)