Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
GCompris
Commits
e3b75a00
Commit
e3b75a00
authored
Jun 20, 2020
by
Timothée Giet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplepaint, update manual with keyboard controls
parent
3fd8ddcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/activities/simplepaint/ActivityInfo.qml
src/activities/simplepaint/ActivityInfo.qml
+5
-1
No files found.
src/activities/simplepaint/ActivityInfo.qml
View file @
e3b75a00
...
...
@@ -32,7 +32,11 @@ ActivityInfo {
//: Help prerequisite
prerequisite
:
""
//: Help manual
manual
:
qsTr
(
"
Select a color and paint the rectangles as you like to create a drawing.
"
)
manual
:
qsTr
(
"
Select a color and paint the rectangles as you like to create a drawing.
"
)
+
(
"
<br><br>
"
)
+
qsTr
(
"
<b>Keyboard controls:</b>
"
)
+
(
"
<br>
"
)
+
qsTr
(
"
-Use Arrow keys to navigate
"
)
+
(
"
<br>
"
)
+
qsTr
(
"
-Use Space or Enter key to paint
"
)
+
(
"
<br>
"
)
+
qsTr
(
"
-Use Tab key to switch between the color selector and the painting area
"
)
credit
:
""
section
:
"
fun
"
createdInVersion
:
4000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment