hi Edge,
1)
In some reason, we're trying to NOT use lockkey param in the main config
(ecd.maincfg->lockkeys = false;)
And handle all the key events in the OnNativeEvent().
What we want to catch is key - VK_TEND (end key).
But We can't receive WM_KEYDOWN and only WM_KEYUP along with VK_TEND.
Before WM_KEYUP is received, edge app will be pushed to background by pressing end key (VK_TEND)...
To prevent this, we want to handle the end key behavior by ourselves.
2)
and the 2nd question is how to dynamically change lockkey param.
It's also failed to make affective by using ecd.maincfg->lockkeys = false;
Can you tell me how to solve these problems?
Thanks,
mamahow
