diff --git a/docs/usb-passthrough.md b/docs/usb_pass.md similarity index 97% rename from docs/usb-passthrough.md rename to docs/usb_pass.md index 0437dec2..cabb4603 100644 --- a/docs/usb-passthrough.md +++ b/docs/usb_pass.md @@ -21,6 +21,8 @@ With both HDMI passthrough and USB passthrough enabled, you would be able to do - Control them directly from this single keyboard/mouse pair (in addition to remote control); - See the video output from the selected host on the local display. + +----- ## Enabling USB passthrough Follow these steps to enable USB passthrough on your PiKVM: @@ -43,6 +45,8 @@ Follow these steps to enable USB passthrough on your PiKVM: Once you've done that, you should be able to use your USB keyboard and mouse connected directly to your PiKVM to control the host. + +----- ## Toggling USB passthrough Every once in a while you may want using keyboard/mouse to control your PiKVM instead of controlling a host. Once USB passthrough is enabled in the system, you can switch it on and off with shortcuts: @@ -53,8 +57,10 @@ Every once in a while you may want using keyboard/mouse to control your PiKVM in Press these keys **immediately** one after another: `LeftAlt`, then `LeftAlt` again, then the mnemonic key. + +----- ## Switching the PiKVM Switch channels If you have one or two PiKVM Switches, you can use `LeftAlt, LeftAlt, 1` (1-8) to switch between up to 8 channels. -For three or more PiKVM Switches, you need to use double numbers, e.g., `LeftAlt, LeftAlt, 3, 2` (unit 3, channel 2). \ No newline at end of file +For three or more PiKVM Switches, you need to use double numbers, e.g., `LeftAlt, LeftAlt, 3, 2` (unit 3, channel 2). diff --git a/docs/usb-passthrough/usb-passthrough.png b/docs/usb_pass/usb-passthrough.png similarity index 100% rename from docs/usb-passthrough/usb-passthrough.png rename to docs/usb_pass/usb-passthrough.png diff --git a/mkdocs.yml b/mkdocs.yml index 58567e15..e58d140b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -119,6 +119,7 @@ nav: - "HDMI passthrough": pass.md - "Peripheral devices": - "USB configuration": usb.md + - "USB passthrough": usb_pass.md - "Audio / Microphone": audio.md - "Keyboard & mouse": - "Mouse modes": mouse.md @@ -129,7 +130,6 @@ nav: - "Ethernet-over-USB": usb_ethernet.md - "Serial-over-USB": usb_serial.md - "GPIO (pins, relays, lamps, etc)": gpio.md - - "USB passthrough": usb-passthrough.md - "Advanced usage": - "Overriding system defaults": override.md - "On-boot configuration": on_boot_config.md