mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added prev/next post controls
This commit is contained in:
@ -22,10 +22,15 @@ App.Keyboard = function(mousetrap) {
|
||||
mousetrap.reset();
|
||||
}
|
||||
|
||||
function unbind(key) {
|
||||
mousetrap.unbind(key);
|
||||
}
|
||||
|
||||
return {
|
||||
keydown: keydown,
|
||||
keyup: keyup,
|
||||
reset: reset,
|
||||
unbind: unbind,
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user