pixelfed/pixelfed

View on GitHub
resources/assets/js/components/shortcuts.js

Summary

Maintainability
A
0 mins
Test Coverage
window.pixelfed.shortcuts = {
    load: () => {
        document.onkeyup = function(e) {
        }
    }
}