Extract mpv/key to input

To separate the concern from `mpv`
This commit is contained in:
Alexander Heldt
2025-11-18 18:39:20 +01:00
parent 417b5a2559
commit 1c47a84750
6 changed files with 7 additions and 7 deletions

View File

@@ -4,8 +4,8 @@ import gleam/otp/actor
import gleam/result
import gleam/string
import input/key
import mpv/control.{type Control}
import mpv/key
import tcp/reason
import tcp/tcp.{type Socket}