Apply jd's suggestion

This commit is contained in:
Thomas Guillemard 2019-05-03 00:27:56 +02:00
parent 8d1742c841
commit 29caae8c59
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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,