1
0
Fork 0

Add shortcuts.js

This commit is contained in:
Daniel Supernault 2019-02-10 21:15:23 -07:00
parent 294a234014
commit 49978556ba
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
window.pixelfed.shortcuts = {
load: () => {
document.onkeyup = function(e) {
}
}
}