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
|
// Supported Values: Handheld, ProController, NpadPair, NpadLeft, NpadRight
|
||||||
"controller_type": "Handheld",
|
"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,
|
"enable_keyboard": true,
|
||||||
|
|
||||||
// Keyboard Controls
|
// Keyboard Controls
|
||||||
|
|
|
@ -446,8 +446,8 @@
|
||||||
"enable_keyboard": {
|
"enable_keyboard": {
|
||||||
"$id": "#/properties/enable_keyboard",
|
"$id": "#/properties/enable_keyboard",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Keyboard Enable",
|
"title": "(HID) Keyboard Enable",
|
||||||
"description": "Enables or disables keyboard support",
|
"description": "Enable or disable direct keyboard access (HID) support (Provides games access to your keyboard as a text entry device).",
|
||||||
"default": true,
|
"default": true,
|
||||||
"examples": [
|
"examples": [
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue