From 45b8bcc20075c6214822ca9cdeefe9d3b972eb7a Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 21 Oct 2011 18:14:19 +0200 Subject: [PATCH] settings: add keyboards settings --- kivy/data/settings_kivy.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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"