Extract mpv/key to input
To separate the concern from `mpv`
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user