Skip to content

Commit

Permalink
added issue # in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgschantz committed Mar 11, 2024
1 parent 22bf96c commit 9a8ea59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac/Keyman4MacIM/Keyman4MacIM/KMInputMethodEventHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ -(BOOL)applyKeyOutputToTextInputClient:(CoreKeyOutput*)output keyDownEvent:(nonn
[self sendEvents:event forOutput:output];
}
} else if (output.isDeleteAndInsertScenario) {
// TODO: fix issue #10246
/*
// needs further testing to fix backspace bug in google docs (without breaking other apps)
// assume that all non-compliant apps which require backspaces apply an extra backspace if the original event is a backspace
Expand Down

0 comments on commit 9a8ea59

Please sign in to comment.