Skip to content

Numpad Enter doesn't work #137

@muriloventuroso

Description

@muriloventuroso

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions