We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075d8fd + 20371f0 commit 0f0fe17Copy full SHA for 0f0fe17
src/pages/options.html
@@ -13,9 +13,9 @@
13
api.mapkey('<Ctrl-y>', 'Show me the money', function() {
14
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
15
});
16
-
+console.log('test');
17
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
18
-api.map('gt', 'T');
+api.map('gt', 'T', undefined, "new annotation");
19
20
// an example to remove mapkey `Ctrl-i`
21
api.unmap('<Ctrl-i>');
0 commit comments