Macos keycode compatability check
This commit is contained in:
parent
2233f457b2
commit
a8f05f5c21
1 changed files with 10 additions and 10 deletions
|
@ -3218,7 +3218,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -3239,7 +3239,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: false,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -3260,7 +3260,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: false,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -5172,7 +5172,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: null,
|
android: null,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -5193,7 +5193,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: null,
|
android: null,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -5886,7 +5886,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -5907,7 +5907,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -6054,7 +6054,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -6138,7 +6138,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
@ -6159,7 +6159,7 @@ export default [
|
||||||
windows: null,
|
windows: null,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue