A user reported that q` caused a crash with TCC keyboard #1. Fixed. TCC keyboard #1 does not support q~ though.
This commit is contained in:
parent
c1aa81e943
commit
4dd40809a5
2 changed files with 4 additions and 3 deletions
|
@ -212,7 +212,7 @@ public class TibetanMachineWeb implements THDLWylieConstants {
|
|||
/** comma-delimited list of supported punctuation and
|
||||
miscellaneous characters: */
|
||||
private static final String others
|
||||
= "_, ,/,|,!,:,;,@,#,$,%,(,),H,M,`,&,@#,?,=,[,],{,},*,~X,X"; // FIXME: not yet supporting all these...
|
||||
= "_, ,/,|,!,:,;,@,#,$,%,(,),H,M,&,@#,?,=,[,],{,},*,~X,X"; // FIXME: not yet supporting all these...
|
||||
|
||||
/** comma-delimited list of supported vowels: */
|
||||
private static final String vowels
|
||||
|
|
|
@ -98,7 +98,7 @@ A=
|
|||
-I=
|
||||
|
||||
<?punctuation?>
|
||||
_=
|
||||
_=-
|
||||
=
|
||||
/=\
|
||||
|=+
|
||||
|
@ -113,5 +113,6 @@ $=
|
|||
)=)
|
||||
H=:
|
||||
M=*
|
||||
`=`
|
||||
^M=`
|
||||
// DLC FIXME: \tmw7095=__TILDE__
|
||||
&=$
|
||||
|
|
Loading…
Reference in a new issue