Skip to content

Commit 82b94c2

Browse files
Add MAC_FF_META to KeyCode constants (#264)
1 parent 9e20f7f commit 82b94c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/helpers/enums.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ abstract final class KeyCode {
212212
static const int NUM_MINUS = 109;
213213
// ignore: constant_identifier_names
214214
static const int NUM_PERIOD = 110;
215+
// Firefox (Gecko) fires this for the meta key instead of 91
216+
// ignore: constant_identifier_names
217+
static const int MAC_FF_META = 224;
215218
}
216219

217220
abstract final class Device {

0 commit comments

Comments
 (0)