Warning, /education/gcompris/src/activities/baby_keyboard/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2020 Timothée Giet <animtim@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "baby_keyboard/Baby_keyboard.qml"
0011   difficulty: 1
0012   icon: "baby_keyboard/baby_keyboard.svg"
0013   author: "Timothée Giet &lt;animtim@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Baby keyboard")
0016   //: Help title
0017   description: qsTr("A simple activity to discover the keyboard.")
0018   //intro: "Type any key on the keyboard and observe the result."
0019   //: Help goal
0020   goal: qsTr("Discover the keyboard.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Type any key on the keyboard.
0024     Letters, numbers and other character keys will display the corresponding character on the screen.
0025     If there is a corresponding voice it will be played, else it will play a bleep sound.
0026     Other keys will just play a click sound.
0027     ")
0028   credit: ""
0029   section: "computer keyboard letters numeration"
0030   createdInVersion: 10000
0031 }