From b86196f06c34ea18cc5a10bc94c0d02230a893f2 Mon Sep 17 00:00:00 2001 From: clpm Date: Mon, 26 Jun 2023 13:47:25 +0200 Subject: [PATCH] K_BACK and K_FORWARD don't work on windows, C_AC_BACKand C_AC_FORWARD do! --- docs/src/data/hid.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/data/hid.js b/docs/src/data/hid.js index 45767172..5666dd9e 100644 --- a/docs/src/data/hid.js +++ b/docs/src/data/hid.js @@ -4463,7 +4463,7 @@ export default [ documentation: "https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07", os: { - windows: null, + windows: false, linux: true, android: true, macos: false, @@ -4485,7 +4485,7 @@ export default [ documentation: "https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07", os: { - windows: null, + windows: false, linux: true, android: true, macos: false, @@ -7311,7 +7311,7 @@ export default [ ], documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=150", os: { - windows: null, + windows: true, linux: true, android: true, macos: null, @@ -7332,7 +7332,7 @@ export default [ ], documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=150", os: { - windows: null, + windows: true, linux: true, android: true, macos: null,