Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
unxed committed Jan 27, 2025
1 parent 17a05c3 commit 092d1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions far2l/src/vt/vtshell_translation_kitty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ std::string VT_TranslateKeyToKitty(const KEY_EVENT_RECORD &KeyEvent, int flags)
((KeyEvent.wVirtualKeyCode == VK_RETURN) && (ctrl|alt|shift)) ||
((KeyEvent.wVirtualKeyCode == VK_TAB) && (ctrl|alt|shift)) ||
((KeyEvent.wVirtualKeyCode == VK_BACK) && (ctrl|alt|shift)) ||
((KeyEvent.wVirtualKeyCode == VK_SPACE) && (ctrl|alt)) ||
(KeyEvent.uChar.UnicodeChar && (ctrl|alt))
((KeyEvent.wVirtualKeyCode == VK_SPACE) && (ctrl|alt))
// (KeyEvent.uChar.UnicodeChar && (ctrl|alt)) // redundancy
))
);

Expand Down

0 comments on commit 092d1d3

Please sign in to comment.