mirror of https://github.com/pixelfed/pixelfed.git
8 lines
90 B
JavaScript
8 lines
90 B
JavaScript
|
window.pixelfed.shortcuts = {
|
||
|
load: () => {
|
||
|
document.onkeyup = function(e) {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|