pub fn generate_keymaps(
    symbolmap: HashMap<String, KeyCode>
) -> Result<Vec<String>, FormattingError>