Skip to content

Commit

Permalink
Update keyboard.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Jun 27, 2022
1 parent 669c145 commit 4b3b09f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,11 @@ Names
</xsl:template>

<xsl:template match="koma">
<xsl:for-each select=".">,Hallop</xsl:for-each>
<xsl:for-each select=".">
<xsl:choose>
<xsl:when test=".[fn:position() = last()]">Hallo</xsl:when>
<xsl:otherwise>,</xsl:otherwise>
</xsl:choose>,</xsl:for-each>
</xsl:template>

<xsl:template match="$MUFIEXPORT//fn:array" name="kb-table">
Expand Down

0 comments on commit 4b3b09f

Please sign in to comment.