1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/assets/js/components/shortcuts.js
Daniel Supernault 49978556ba
Add shortcuts.js
2019-02-10 21:15:23 -07:00

7 lines
90 B
JavaScript
Vendored

window.pixelfed.shortcuts = {
load: () => {
document.onkeyup = function(e) {
}
}
}