This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
marcelovbcfilho
/
ivprog-acessible
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
master
ivprog-acess...
/
javascripts
/
shortcuts
/
shortcuts-events.js
shortcuts-events.js
92 B
Permalink
Verlauf
Originalformat
1
2
3
$(document).bind('keydown', 'alt+r', () => {
$("#code").append("Compiling code...");
});