xterm.dart icon indicating copy to clipboard operation
xterm.dart copied to clipboard

Numpad Enter doesn't work

Open muriloventuroso opened this issue 1 year ago • 0 comments

Clicking on Numpad Enter does not have the same behavior as conventional Enter.

Just as a test I edited the lib/src/ui/input_map.dart file. From: LogicalKeyboardKey.numpadEnter.keyId: TerminalKey.numpadEnter, To: LogicalKeyboardKey.numpadEnter.keyId: TerminalKey.enter,

And the two buttons now have the proper behavior. But I don't know if this is the best solution.

muriloventuroso avatar Oct 11 '22 12:10 muriloventuroso