mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-02 05:37:41 +00:00
fix(web): better method name pt 2
This commit is contained in:
parent
2fa51fce29
commit
c2dd4f0828
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ export default class Multitap implements GestureHandler {
|
|||
|
||||
const keyEvent = vkbd.keyEventFromSpec(selection);
|
||||
keyEvent.baseTranscriptionToken = this.baseContextToken;
|
||||
keyEvent.keyDistribution = this.currentStageKeyDistances();
|
||||
keyEvent.keyDistribution = this.currentStageKeyDistribution();
|
||||
const keyResult = vkbd.raiseKeyEvent(keyEvent, null);
|
||||
|
||||
// TODO: store the context token, possibly other stuff?
|
||||
|
|
@ -81,7 +81,7 @@ export default class Multitap implements GestureHandler {
|
|||
*/
|
||||
}
|
||||
|
||||
currentStageKeyDistances(): KeyDistribution {
|
||||
currentStageKeyDistribution(): KeyDistribution {
|
||||
// TODO: multitap corrections
|
||||
return [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue