From QKeySequence to vk_code ?
-
Hi,
Can you explain what you are trying to achieve with
vk_code? -
Hi
I have not seen such function.
Seems only to map the other way, VK to Qt:key
https://code.woboq.org/qt5/qtbase/src/plugins/platforms/windows/qwindowskeymapper.cpp.html -
In that case, you have to write down a reverse map matching what Qt did.