Fix multi-key shortcuts with modifiers
To make this work we need to move the handling of multiple possible key events into the keyboard shortcut system. This was broken in #2957.
This commit is contained in:
parent
06555a423b
commit
4667110d0f
7 changed files with 117 additions and 57 deletions
|
@ -333,6 +333,7 @@ mod test {
|
|||
cmd: false,
|
||||
function: false,
|
||||
key: "🖖🏻".to_string(), //2 char string
|
||||
ime_key: None,
|
||||
};
|
||||
assert_eq!(to_esc_str(&ks, &TermMode::NONE, false), None);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue