Open jdtechsol opened 5 years ago
@jdtechsol
The VK Code
is blank after reopening the settings. Also, Virtual Key function dosen't seem to work.
What key were you trying to map?
I also have this issue. Trying to map left, right, up and down arrow keys (0x25 - 28) to ctrl+j/k/l/i. Doesnt seem to accept the binding as it remains blank and then doesn't actually work.
I referenced this page for the hex values: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
There is an error in creating the settings entry correct.
<arg>20</arg>
</hotkey>
<hotkey combination="131148" action="Virtual Key">
<arg>20</arg>
</hotkey>
Change of hex value in the settings UI does not work in v.2.9.2.
3RVX Settings GUI -> Hotkeys Tab -Press + button: -specify a keyboard combo -Action: select option "Virtual Key" -VK Code (Hex): ???? <-- No matter what I enter, when I apply and [leave gui/switch tab] and go back to that tab, the value for "VK Code (Hex)" is blank. What is the format of the value I am supposed to enter? An example would be useful.