Hello All,
I'm trying to utilize the WPF library for reflections 16 for open systems and when I attempted to add in our custom key mapping I was told it was not supported.
I received the error message:
Attachmate.Reflection.Framework.TucNotSupportedException: 'This is not supported in Terminal User Control context.'
on line of code:
Attachmate.Reflection.Emulation.OpenSystems.IKeyboardMapper km = Terminal.KeyboardMapper;
Does anyone know of a way to do a custom keymapping when using the WPF library?
#Desktop
#Reflection




