Skip to content

Commit

Permalink
Add MAC_FF_META to KeyCode constants (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-secondlayer authored Jun 27, 2024
1 parent 9e20f7f commit 82b94c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/helpers/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ abstract final class KeyCode {
static const int NUM_MINUS = 109;
// ignore: constant_identifier_names
static const int NUM_PERIOD = 110;
// Firefox (Gecko) fires this for the meta key instead of 91
// ignore: constant_identifier_names
static const int MAC_FF_META = 224;
}

abstract final class Device {
Expand Down

0 comments on commit 82b94c2

Please sign in to comment.