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

View file

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