Apply jd's suggestion
This commit is contained in:
parent
8d1742c841
commit
29caae8c59
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue