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