recollect edns

This commit is contained in:
🪞👃🪞 2025-04-15 17:52:18 +03:00
parent 664cd8942f
commit 0257aa2b61
21 changed files with 15 additions and 19 deletions

View file

@ -4,11 +4,6 @@ mod keys_ins; pub use self::keys_ins::*;
mod keys_outs; pub use self::keys_outs::*;
mod keys_scene; pub use self::keys_scene::*;
mod keys_track; pub use self::keys_track::*;
pub const KEYS_APP: &str = include_str!("../edn/keys.edn");
pub const KEYS_CLIP: &str = include_str!("../edn/keys_clip.edn");
pub const KEYS_TRACK: &str = include_str!("../edn/keys_track.edn");
pub const KEYS_SCENE: &str = include_str!("../edn/keys_scene.edn");
pub const KEYS_MIX: &str = include_str!("../edn/keys_mix.edn");
handle!(TuiIn: |self: Tek, input|Ok({
// If editing, editor keys take priority
if self.is_editing() {