1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

macos: suppress IME UNHANDLED warning for shift up/down

This commit is contained in:
Wez Furlong 2022-04-09 19:06:05 -07:00
parent 1956054e6f
commit bbb842c3e9

View File

@ -1496,7 +1496,9 @@ impl WindowView {
| "moveLeft:"
| "moveRight:"
| "moveUp:"
| "moveUpAndModifySelection:"
| "moveDown:"
| "moveDownAndModifySelection:"
| "insertTab:"
| "insertNewline:"
| "cancelOperation:"