Add shortcuts.js

pull/780/head
Daniel Supernault 6 years ago
parent 294a234014
commit 49978556ba
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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