shortcuts.js 90 B

1234567
  1. window.pixelfed.shortcuts = {
  2. load: () => {
  3. document.onkeyup = function(e) {
  4. }
  5. }
  6. }