Skip to content

Commit

Permalink
Update btx-keyboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
srish authored Oct 2, 2024
1 parent 0e75295 commit 99475f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/btx/btx-keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version: '1.0',
patterns: [
[ '(q|Q)', '\u1BF2' ],// 1BF2 \u1BF2 BATAK PANGOLAT (PANGGOTAP) = virama
[ '(w|QW', '\u1BCB' ],//1BCB \u1BCB BATAK LETTER WA
[ '(w|QW)', '\u1BCB' ],//1BCB \u1BCB BATAK LETTER WA
[ 'e', '\u1BE9' ],//1BE9 \u1BE9 BATAK VOWEL SIGN EE = talinga
[ 'E', '\u1BE7' ],//1BE7 \u1BE7 BATAK VOWEL SIGN E = kebereten
[ '(r|R)', '\u1BD2' ],//1BD2 \u1BD2 BATAK LETTER RA
Expand Down Expand Up @@ -62,4 +62,4 @@
};

$.ime.register( karoKbd );
}( jQuery ) );
}( jQuery ) );

0 comments on commit 99475f5

Please sign in to comment.