mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
recollect edns
This commit is contained in:
parent
664cd8942f
commit
0257aa2b61
21 changed files with 15 additions and 19 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue