Last active
December 9, 2018 14:16
-
-
Save Accacio/7e8ebf00d237e1e4fca8b7b2c658f106 to your computer and use it in GitHub Desktop.
surfing_keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// an example to create a new mapping `ctrl-y` | |
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).'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment