mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix again
This commit is contained in:
parent
437ecc682f
commit
b9e9acc6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ impl From<KeyEvent> for Key {
|
|||
// Unix : <S-`> => Char("~") + NULL
|
||||
// Windows : <S-`> => Char("~") + SHIFT
|
||||
//
|
||||
// So we detect `Char("`") + Shift`, and change it to `Char("~") + NULL`
|
||||
// So we detect `Char("~") + SHIFT`, and change it to `Char("~") + NULL`
|
||||
// for consistent behavior between OSs.
|
||||
|
||||
let shift = match (value.code, value.modifiers) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue