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

@@ -1,9 +1,9 @@
import gleam/list
import gleeunit
import input/key.{type Key, Char}
import mpv/control.{type Control}
import mpv/internal/control as control_internal
import mpv/key.{type Key, Char}
pub fn main() -> Nil {
gleeunit.main()