Skip to content

Commit

Permalink
Add letter tsa by apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
dotland committed May 1, 2022
1 parent 6be3c25 commit e97070b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions linux/Compose
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<dead_acute> <Armenian_RE> : "Ռ" Armenian_RA # ARMENIAN CAPITAL LETTER RA
<dead_acute> <dead_belowtilde> : "տ" Armenian_tyun # ARMENIAN SMALL LETTER TIWN
<dead_acute> <dead_tilde> : "Տ" Armenian_TYUN # ARMENIAN CAPITAL LETTER TIWN
<dead_acute> <dead_abovecomma> : "ծ" Armenian_tsa # ARMENIAN SMALL LETTER CA
<dead_acute> <dead_abovereversedcomma> : "Ծ" Armenian_TSA # ARMENIAN CAPITAL LETTER CA
<dead_acute> <Armenian_vyun> : "և" Armenian_ligature_ew # ARMENIAN SMALL LIGATURE ECH YIWN
<dead_acute> <Armenian_VYUN> : "և" Armenian_ligature_ew # ARMENIAN SMALL LIGATURE ECH YIWN
<dead_acute> <U2010> : "֊" Armenian_yentamna # ARMENIAN HYPHEN
Expand All @@ -46,6 +48,8 @@
<dead_doubleacute> <Armenian_RE> : "Ռ" Armenian_RA # ARMENIAN CAPITAL LETTER RA
<dead_doubleacute> <dead_belowtilde> : "Տ" Armenian_TYUN # ARMENIAN CAPITAL LETTER TIWN
<dead_doubleacute> <dead_tilde> : "Տ" Armenian_TYUN # ARMENIAN CAPITAL LETTER TIWN
<dead_doubleacute> <dead_abovecomma> : "Ծ" Armenian_TSA # ARMENIAN CAPITAL LETTER CA
<dead_doubleacute> <dead_abovereversedcomma> : "Ծ" Armenian_TSA # ARMENIAN CAPITAL LETTER CA
<dead_doubleacute> <Armenian_vyun> : "և" Armenian_ligature_ew # ARMENIAN SMALL LIGATURE ECH YIWN
<dead_doubleacute> <Armenian_VYUN> : "և" Armenian_ligature_ew # ARMENIAN SMALL LIGATURE ECH YIWN
<dead_doubleacute> <bracketleft> : "“" leftdoublequotemark # LEFT DOUBLE QUOTATION MARK
Expand Down
2 changes: 1 addition & 1 deletion linux/keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// For more about the software, see http://code.google.com/p/keyboardlayouteditor
//
// Edited by [Dotland](https://github.com/dotland)
// v1.0.2
// v1.0.3

xkb_symbols "mnemonic"
{
Expand Down
2 changes: 1 addition & 1 deletion macos/HYM.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleName</key>
<string>HYM</string>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>KLInfo_Armenian - Mnemonic</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--Last edited by Ukelele version 351 on 2022-04-30 at 08:45 (GMT+2)-->
<!--Last edited by Ukelele version 351 on 2022-05-01 at 18:03 (GMT+2)-->
<!--Edited by Dotland (github.com/dotland).-->
<keyboard group="126" id="-31928" name="Armenian - Mnemonic" maxout="1">
<layouts>
Expand Down Expand Up @@ -1423,11 +1423,15 @@
</action>
<action id="Ց">
<when state="none" next="LETTERS BY CAPITAL CO"/>
<when state="LETTERS AND MARKS BY APOSTROPHE" output="Ծ"/>
<when state="LETTERS AND MARKS BY QUOTATION" output="Ծ"/>
<when state="SYMBOLS BY BACKSLASH" output=""/>
<when state="SYMBOLS BY SLASH" output=""/>
</action>
<action id="Ց 1">
<when state="none" next="LETTERS BY CAPITAL CO"/>
<when state="LETTERS AND MARKS BY APOSTROPHE" output="Ծ"/>
<when state="LETTERS AND MARKS BY QUOTATION" output="Ծ"/>
<when state="SYMBOLS BY BACKSLASH" output=""/>
<when state="SYMBOLS BY SLASH" output=""/>
</action>
Expand Down Expand Up @@ -1520,6 +1524,8 @@
</action>
<action id="ց">
<when state="none" next="LETTERS BY SMALL CO"/>
<when state="LETTERS AND MARKS BY APOSTROPHE" output="ծ"/>
<when state="LETTERS AND MARKS BY QUOTATION" output="Ծ"/>
<when state="SYMBOLS BY BACKSLASH" output=""/>
<when state="SYMBOLS BY SLASH" output=""/>
</action>
Expand Down
4 changes: 2 additions & 2 deletions macos/HYM.bundle/Contents/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<plist version="1.0">
<dict>
<key>BuildVersion</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>ProjectName</key>
<string>HYM</string>
<key>SourceVersion</key>
<string>1.0.2</string>
<string>1.0.3</string>
</dict>
</plist>
Binary file modified windows/HYM.klc
Binary file not shown.

0 comments on commit e97070b

Please sign in to comment.