diff --git a/hardware/keyboard.rst b/hardware/keyboard.rst index e1b3f7c..4d375a7 100644 --- a/hardware/keyboard.rst +++ b/hardware/keyboard.rst @@ -12,6 +12,11 @@ Windows * Not all multimedia function keys can be passed through to the emulated machine due to a Windows limitation. * System-wide key remapping through the **Scancode Map** registry key (as performed by applications such as SharpKeys) is fully supported. +Linux +^^^^^ + +* The `xkbcommon `_ library is used to accurately map physical keys to the emulated keyboard on both X11 and Wayland. When compiling 86Box from source, make sure the development files for ``libxkbcommon`` and ``libxkbcommon-x11`` are installed, as this is an optional build component. + macOS ^^^^^ @@ -49,11 +54,6 @@ macOS * - Num Lock - Clear -Linux -^^^^^ - -* The `xkbcommon `_ library is used to accurately map physical keys to the emulated keyboard on both X11 and Wayland. When compiling 86Box from source, make sure the development files for ``libxkbcommon`` and ``libxkbcommon-x11`` are installed, as this is an optional build component. - Special keys ------------