Skip to content

Commit

Permalink
Merge pull request #2440 from SvarnimN/newa_traditional_extended
Browse files Browse the repository at this point in the history
[newa_traditional_extended] show texts for the invisible character keys on OSK
  • Loading branch information
LornaSIL authored Oct 29, 2023
2 parents d1f41fd + be7f6c0 commit 9e71c16
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions release/n/newa_traditional_extended/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Newa Traditional Extended Change History

## 1.0.1 (2023-10-29)

- Show texts for zwnj, zwj and dead keys on OSK

## 1.0 (2023-10-23)

- Created by Swornim Nakarmi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ID>id_d3c155065be2584ea6bfbd874a35c017</ID>
<Filename>newa_traditional_extended.kmn</Filename>
<Filepath>source\newa_traditional_extended.kmn</Filepath>
<FileVersion>1.0</FileVersion>
<FileVersion>1.0.1</FileVersion>
<FileType>.kmn</FileType>
<Details>
<Name>Newa Traditional Extended</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
store(&VERSION) '10.0'
store(&NAME) 'Newa Traditional Extended'
store(&COPYRIGHT) 'ยฉ Swornim Nakarmi'
store(&KEYBOARDVERSION) '1.0'
store(&KEYBOARDVERSION) '1.0.1'
store(&TARGETS) 'any'
store(&BITMAP) 'newa_traditional_extended.ico'
store(&VISUALKEYBOARD) 'newa_traditional_extended.kvks'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<Keyboard>
<Name>Newa Traditional Extended</Name>
<ID>newa_traditional_extended</ID>
<Version>1.0</Version>
<Version>1.0.1</Version>
<OSKFont>..\..\..\shared\fonts\noto\Newa\NotoSansNewa-Regular.ttf</OSKFont>
<DisplayFont>..\..\..\shared\fonts\noto\Newa\NotoSansNewa-Regular.ttf</DisplayFont>
<Languages>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
<key vkey="K_Z">๐‘ฑ๐‘‘‚๐‘ฌ</key>
<key vkey="K_6">๐‘š</key>
<key vkey="K_HYPHEN">๐‘</key>
<key vkey="K_BKSLASH">โ€</key>
<key vkey="K_BKSLASH">zwj</key>
<key vkey="K_RBRKT">๐‘ฟ</key>
<key vkey="K_BKQUOTE">๐‘‘‡</key>
<key vkey="K_LBRKT">dead</key>
</layer>
<layer shift="">
<key vkey="K_QUOTE">๐‘ธ</key>
Expand Down Expand Up @@ -88,7 +89,7 @@
<key vkey="K_J">๐‘ฐ</key>
<key vkey="K_K">๐‘ฅ</key>
<key vkey="K_L">๐‘ถ</key>
<key vkey="K_M">โ€Œ</key>
<key vkey="K_M">zwnj</key>
<key vkey="K_N">๐‘ฎ</key>
<key vkey="K_O">๐‘ซ</key>
<key vkey="K_P">๐‘„</key>
Expand Down

0 comments on commit 9e71c16

Please sign in to comment.