remap-keys / remap

Keymap Customization Web app for your keyboard.
https://remap-keys.app
Other
224 stars 27 forks source link

Could not open BMP devices via Bluetooth on macOS Sonoma (14.2.1) #797

Open hiroyuki-komatsu opened 8 months ago

hiroyuki-komatsu commented 8 months ago

Thank you for the great tool. I encountered an issue that I was not able to open my BMP (BLE Micro Pro) devices via Bluetooth on macOS Sonoma (14.2.1). I guess it would be a platform specific issue. Is this a known issue / limitation?

steps to reproduce

  1. connect a BMP keyboard as a Bluetooth device
  2. open Chrome on macOS Sonoma (14.2.1)
  3. open https://remap-keys.app/configure
  4. click +KEYBOARD
  5. select the BMP keyboard from the dialog of device list

expected behavior

  1. the keyboard layout is shown

actual behavior

  1. the error message "could not open" is shown

investigations

environment

It works where

The problem happens on the combination of macOS and Bluetooth.

web inspector

The error type was NotAllowedError.

image

reference

Here's my log about the BMP setup (in Japanese) with some additional informations and what I actually did. The section name is "Remap で Bluetooth での接続時に "Could not open" というエラーになる".

https://zenn.dev/komatsuh/scraps/d9243455d36457

Thank you,