mirror of https://github.com/kivy/kivy.git
settings: add keyboards settings
This commit is contained in:
parent
ab1f473b66
commit
45b8bcc200
|
@ -54,6 +54,27 @@
|
||||||
"options": ["trace", "debug", "info", "warning", "error", "critical"]
|
"options": ["trace", "debug", "info", "warning", "error", "critical"]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"type": "title",
|
||||||
|
"title": "Keyboard"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "options",
|
||||||
|
"title": "Keyboard mode",
|
||||||
|
"desc": "Activate the usage of Kivy Virtual Keyboard",
|
||||||
|
"section": "kivy",
|
||||||
|
"key": "keyboard_mode",
|
||||||
|
"options": ["system", "dock", "multi"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "options",
|
||||||
|
"title": "Keyboard layout",
|
||||||
|
"desc": "Select a layout for virtual keyboard",
|
||||||
|
"section": "kivy",
|
||||||
|
"key": "keyboard_layout",
|
||||||
|
"options": ["qwerty", "azerty"]
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "title",
|
"type": "title",
|
||||||
"title": "Input post-processing"
|
"title": "Input post-processing"
|
||||||
|
|
Loading…
Reference in New Issue