Skip to content

Commit

Permalink
prepare for release of 2.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymarch committed Jun 4, 2022
1 parent 64e25b1 commit 08d5742
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Accelerators.xcu
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<node oor:name="PrimaryKeys">
<node oor:name="Modules">
<node oor:name="com.sun.star.text.TextDocument">
<node oor:name="0_MOD1" oor:op="replace">
<!--<node oor:name="0_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">com.philolog.hoplitekb:open</value>
</prop>
</node>
</node>-->
</node>
</node>
</node>
Expand Down
3 changes: 3 additions & 0 deletions src/HKToolbar.xcu
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en-US">Toggle Hoplite Keyboard</value>
</prop>
<prop oor:name="UIName" oor:type="xs:string">
<value xml:lang="en-US">HopliteKeyboard</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
Expand Down
4 changes: 2 additions & 2 deletions src/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<publisher>
<name lang="en" xlink:href="https://github.com/jeremymarch/HopliteKB-LibreOffice">jeremymarch</name>
</publisher>
<version value="2.0.1" />
<version value="2.0-beta" />
<extension-description>
<src lang="en" xlink:href="descriptions/description_en.txt" />
</extension-description>
Expand All @@ -18,6 +18,6 @@
<default xlink:href="images/hop48.png" />
</icon>
<dependencies>
<l:LibreOffice-minimal-version d:name="LibreOffice 5.2" value="5.2" />
<l:LibreOffice-minimal-version d:name="LibreOffice 6.2" value="6.2" />
</dependencies>
</description>
18 changes: 18 additions & 0 deletions src/dialogs/optionsdialog.xdl
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,23 @@
</dlg:radio>
</dlg:radiogroup>


<dlg:titledbox dlg:id="InstructionsBox" dlg:left="3" dlg:top="80" dlg:width="90" dlg:height="122">
<dlg:title dlg:value="Diacritic Keys"/>
</dlg:titledbox>

<dlg:text dlg:id="rough" dlg:left="8" dlg:top="92" dlg:width="232" dlg:height="8" dlg:value="1 - Rough breathing"/>
<dlg:text dlg:id="smooth" dlg:left="8" dlg:top="104" dlg:width="232" dlg:height="8" dlg:value="2 - Smooth breathing"/>
<dlg:text dlg:id="acute" dlg:left="8" dlg:top="116" dlg:width="232" dlg:height="8" dlg:value="3 - Acute"/>
<dlg:text dlg:id="grave" dlg:left="8" dlg:top="128" dlg:width="232" dlg:height="8" dlg:value="4 - Grave"/>
<dlg:text dlg:id="circumflex" dlg:left="8" dlg:top="140" dlg:width="232" dlg:height="8" dlg:value="5 - Circumflex"/>
<dlg:text dlg:id="macron" dlg:left="8" dlg:top="152" dlg:width="232" dlg:height="8" dlg:value="6 - Macron"/>
<dlg:text dlg:id="breve" dlg:left="8" dlg:top="164" dlg:width="232" dlg:height="8" dlg:value="7 - Breve"/>
<dlg:text dlg:id="iota" dlg:left="8" dlg:top="176" dlg:width="232" dlg:height="8" dlg:value="8 - Iota subscript"/>
<dlg:text dlg:id="diaeresis" dlg:left="8" dlg:top="188" dlg:width="232" dlg:height="8" dlg:value="9 - Diaeresis"/>
<!--<dlg:text dlg:id="underdot" dlg:left="8" dlg:top="104" dlg:width="232" dlg:height="8" dlg:value="0"/>-->



</dlg:bulletinboard>
</dlg:window>

0 comments on commit 08d5742

Please sign in to comment.