From 4c292f7c83a98e9e1992c1b12949a8d2f01336d3 Mon Sep 17 00:00:00 2001 From: Sabine Date: Fri, 28 Aug 2026 17:32:01 +0200 Subject: [PATCH] feat(developer): remove TODO-kmc-convert --- .../src/common/web/utils/src/types/keylayout/keylayout-xml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/src/common/web/utils/src/types/keylayout/keylayout-xml.ts b/developer/src/common/web/utils/src/types/keylayout/keylayout-xml.ts index 386da39fe62..75b8cf4e299 100644 --- a/developer/src/common/web/utils/src/types/keylayout/keylayout-xml.ts +++ b/developer/src/common/web/utils/src/types/keylayout/keylayout-xml.ts @@ -192,7 +192,7 @@ export interface KL_Key { * Ether the action attribute or the output attribute must be specified for a key, but not both. * kmc-convert does not use the concept of 'anonymous actions' at present. */ - action?: string; //TODO-KMC-CONVERT: Support sub-element 'anonymous actions' in the future + action?: string; /** * The output attribute specifies the character that is produced when a key is pressed. * Ether the action attribute or the output attribute must be specified for a key, but not both.