Skip to main content

fret_runtime/keymap/
service.rs

1use super::Keymap;
2
3#[derive(Debug, Default)]
4pub struct KeymapService {
5    pub keymap: Keymap,
6}