mirror of https://github.com/pixelfed/pixelfed
Add shortcuts.js
parent
294a234014
commit
49978556ba
@ -0,0 +1,7 @@
|
||||
window.pixelfed.shortcuts = {
|
||||
load: () => {
|
||||
document.onkeyup = function(e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue