-
Notifications
You must be signed in to change notification settings - Fork 162
Numpad Enter doesn't work #137
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels