From 9a8ea596bef8213c2fbc311dfdaec6755bd994ff Mon Sep 17 00:00:00 2001 From: sgschantz Date: Mon, 11 Mar 2024 14:29:42 -0500 Subject: [PATCH] added issue # in comment --- mac/Keyman4MacIM/Keyman4MacIM/KMInputMethodEventHandler.m | 1 + 1 file changed, 1 insertion(+) diff --git a/mac/Keyman4MacIM/Keyman4MacIM/KMInputMethodEventHandler.m b/mac/Keyman4MacIM/Keyman4MacIM/KMInputMethodEventHandler.m index 00fe764132..2ebda0470a 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/KMInputMethodEventHandler.m +++ b/mac/Keyman4MacIM/Keyman4MacIM/KMInputMethodEventHandler.m @@ -359,6 +359,7 @@ NSString* const kEasterEggKmxName = @"EnglishSpanish.kmx"; [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