mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
Update web/source/text/defaultOutput.ts
Co-Authored-By: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
3e45445900
commit
fa8a249c60
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ namespace com.keyman.text {
|
|||
var char = '';
|
||||
|
||||
// A pretty simple table of lookups, corresponding VERY closely to the original defaultKeyOutput.
|
||||
if(char = DefaultOutput.forSpecialEmulation(Lkc)) {
|
||||
if((char = DefaultOutput.forSpecialEmulation(Lkc)) !== '') {
|
||||
return char;
|
||||
} else if(!isMnemonic && (char = DefaultOutput.forNumpadKeys(Lkc))) {
|
||||
return char;
|
||||
|
|
@ -244,4 +244,4 @@ namespace com.keyman.text {
|
|||
return '';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue