mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 10:41:36 +00:00
Update better-sqlite3 dependency
This commit is contained in:
parent
31ba4035b0
commit
55696a1b54
3 changed files with 186 additions and 325 deletions
|
|
@ -198,7 +198,7 @@ video.addEventListener("dblclick", event => {
|
|||
|
||||
document.addEventListener("keydown", event => {
|
||||
if (["INPUT", "SELECT", "BUTTON"].includes(event.target.tagName)) return
|
||||
if (event.ctrlKey || event.shiftKey || event.altKey) return
|
||||
if (event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) return
|
||||
let caught = true
|
||||
if (event.key === "j" || event.key === "n") {
|
||||
relativeSeek(-10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue