- March 21, 2007
- 2,306
- 1,884
- Home Country
- United Kingdom
- Moderator
- #131
I've pushed some changes, the EmptyStringToBoolConverter seemed to work for me. You also needed to bind the clear command to the InputManagerModel as that contains the delete method. However, the delete method seems to broken, the model calls it correctly but the mapping to delete is never found.Could you take a look and have an idea?
@henso the delete method looks for a KeyMapping that matches the object stored in AdditionalProperties[KEY_KEYMAP_DATA], however when screen mapping there's a string stored there instead of a KeyMapping so a matching item is never found.