Skip to content

LucasdeCastro/shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

shortcuts

A library to facilitate the creation of shortcuts

Example

shortcut.on({
    "alt+f": function(){
        console.log("ALT + F");  
    }
});

shortcut.on('alt+g', function(){
    console.log("ALT + G");
});

About

A library to facilitate the creation of shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published