Browse Source

Add shortcuts.js

Daniel Supernault 6 years ago
parent
commit
49978556ba
1 changed files with 7 additions and 0 deletions
  1. 7 0
      resources/assets/js/components/shortcuts.js

+ 7 - 0
resources/assets/js/components/shortcuts.js

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