K_BACK and K_FORWARD don't work on windows, C_AC_BACKand C_AC_FORWARD do!
This commit is contained in:
parent
b259d5a22e
commit
b86196f06c
1 changed files with 4 additions and 4 deletions
|
@ -4463,7 +4463,7 @@ export default [
|
||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -4485,7 +4485,7 @@ export default [
|
||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -7311,7 +7311,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=150",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=150",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: null,
|
||||||
|
@ -7332,7 +7332,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=150",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=150",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: null,
|
||||||
|
|
Loading…
Add table
Reference in a new issue