From 29caae8c593bf817501a46711e8fcafbd17fda97 Mon Sep 17 00:00:00 2001 From: Thomas Guillemard Date: Fri, 3 May 2019 00:27:56 +0200 Subject: [PATCH] Apply jd's suggestion --- Ryujinx/Config.jsonc | 2 +- Ryujinx/_schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ryujinx/Config.jsonc b/Ryujinx/Config.jsonc index 85190b7d6e..9dc46912b4 100644 --- a/Ryujinx/Config.jsonc +++ b/Ryujinx/Config.jsonc @@ -51,7 +51,7 @@ // Supported Values: Handheld, ProController, NpadPair, NpadLeft, NpadRight "controller_type": "Handheld", - // Enable or disable keyboard support (Independent from controllers binding) + // Enable or disable "direct keyboard access (HID) support" (Provides games access to your keyboard as a text entry device). "enable_keyboard": true, // Keyboard Controls diff --git a/Ryujinx/_schema.json b/Ryujinx/_schema.json index c32fcfafe1..60fb63825f 100644 --- a/Ryujinx/_schema.json +++ b/Ryujinx/_schema.json @@ -446,8 +446,8 @@ "enable_keyboard": { "$id": "#/properties/enable_keyboard", "type": "boolean", - "title": "Keyboard Enable", - "description": "Enables or disables keyboard support", + "title": "(HID) Keyboard Enable", + "description": "Enable or disable direct keyboard access (HID) support (Provides games access to your keyboard as a text entry device).", "default": true, "examples": [ true,