settings: add keyboards settings

This commit is contained in:
Mathieu Virbel 2011-10-21 18:14:19 +02:00
parent ab1f473b66
commit 45b8bcc200
1 changed files with 21 additions and 0 deletions

View File

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