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.
1 parent f636aa6 commit f51a76cCopy full SHA for f51a76c
src/pages/options.html
@@ -11,7 +11,7 @@
11
<body>
12
<template id="sample">// an example to create a new mapping `ctrl-y`
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).');
+ api.Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
15
});
16
17
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
0 commit comments