diff --git a/kivy/data/settings_kivy.json b/kivy/data/settings_kivy.json index 555a04a50..b87ae5b05 100644 --- a/kivy/data/settings_kivy.json +++ b/kivy/data/settings_kivy.json @@ -54,6 +54,27 @@ "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", "title": "Input post-processing"