Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.08 KB

README.adoc

File metadata and controls

27 lines (22 loc) · 1.08 KB

remote-touchpad

Configuration

  1. Enable batocera service REMOTE_TOUCHPAD

  2. Bind the command open-url-window to a controller key combination in multimedia_keys.conf on the host:

    /userdata/system/configs/multimedia_keys.conf
    BTN_1+BTN_TR2 1 /userdata/extra/remote_touchpad/open-url-window
  3. Install a QR-code reader app to your smartphone.

  4. Optional, if you’d like to use https instead of plain http:

    1. Generate a TLS certificate & key.

    2. Move the files to tls/batocera.key and tls/batocera.cert (name and location of files may be adjusted in the .env file).

Usage

  1. Open the QR-code reader app on your smartphone.

  2. Press the key combination on your controller.

  3. A QR-code is shown on the host screen for a few seconds. Scan it with the QR-code app and visit the link.

  4. Use the browser on your smartphone to control the mouse.

When the code disappears before scanning, simply try again. The timeout may be adjusted in the .env file.