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 24, 2022
1 parent a85d527 commit 74f1ae1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ Names
<xsl:for-each select="fn:current-group()">
{
<number/>
<!--"number:" <xsl:number value="position()" format="1" />-->
"row": 1,
"column": 3,
"character": "<xsl:value-of select="fn:string[@key = 'mufichar']"/>
}
</xsl:for-each>
Expand Down Expand Up @@ -320,6 +317,12 @@ Names

<xsl:template match="number">
<xsl:for-each select=".">
<xsl:variable name="nr"><xsl:number/></xsl:variable>
"row": 1,
"column": 3,



number: <xsl:number/>
</xsl:for-each>

Expand Down

0 comments on commit 74f1ae1

Please sign in to comment.