add missing anchor.xml

This commit is contained in:
galister
2025-06-20 02:49:24 +09:00
parent 10aab5451f
commit b9edb75867
2 changed files with 19 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ impl Layout {
}
}
pub(super) fn key_events_for_macro(macro_verbs: &Vec<String>) -> Vec<(VirtualKey, bool)> {
fn key_events_for_macro(macro_verbs: &Vec<String>) -> Vec<(VirtualKey, bool)> {
let mut key_events = vec![];
for verb in macro_verbs {
if let Some(caps) = MACRO_REGEX.captures(verb) {