From 049da56e2136b82d6ad9bbc706a85524992f68ce Mon Sep 17 00:00:00 2001 From: Lukáš Růžička Date: Jul 31 2020 10:48:46 +0000 Subject: Make changes to the adoc template. --- diff --git a/templates/page.adoc b/templates/page.adoc index 93daf13..fd68230 100644 --- a/templates/page.adoc +++ b/templates/page.adoc @@ -9,7 +9,7 @@ . Click with the *{{event.button}}* button at coordinates *{{event.coordinates[0], event.coordinates[1]}}*. See the screenshot for the aproximate area of the click. + -image::{{event.screens[1]}}[] +image::{{event.screens[0]}}[] {% elif event.type == "mouse" and event.action == "doubleclick" %} {% if event.combined %} @@ -18,7 +18,7 @@ image::{{event.screens[1]}}[] . Doubleclick with the *{{event.button}}* button at coordinates *{{event.coordinates[0], event.coordinates[1]}}*. See the screenshot for the aproximate area of the click. + -image::{{event.screens[1]}}[] +image::{{event.screens[0]}}[] {% elif event.type == "mouse" and event.action == "scroll" %} {% if event.combined %} @@ -42,7 +42,7 @@ image::{{event.screens[0]}}[] {% endif %} . Press *{{event.key}}*. See the screenshot to for the result of the action. + -image::{{event.screens[1]}}[] +image::{{event.screens[0]}}[] {% elif event.type == "key" and event.subtype == "special" and event.action == "press" %} {% if event.combined %} @@ -50,7 +50,7 @@ image::{{event.screens[1]}}[] {% endif %} . Press *{{event.key}}*. See the screenshot for the result of the action. + -image::{{event.screens[1]}}[] +image::{{event.screens[0]}}[] {% elif event.type == "typing" %} . Type *{{event.text}}*. @@ -58,7 +58,7 @@ image::{{event.screens[1]}}[] {% elif event.type == "key" and event.subtype == "modifier" and event.action == "release"%} . Release modifier. See the screenshot for the result of the action. + -image::{{event.screens[1]}}[] +image::{{event.screens[0]}}[] {% elif event.type == "key" and event.subtype == "stop" and event.action == "press" %} . This is the end of the recording. See the screenshot that shows the situation at the end of the recording.