Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual Keys, VK Code (Hex): Data Entry? #95

Open
jdtechsol opened this issue Mar 27, 2019 · 3 comments
Open

Virtual Keys, VK Code (Hex): Data Entry? #95

jdtechsol opened this issue Mar 27, 2019 · 3 comments

Comments

@jdtechsol
Copy link

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.

@Tush-r
Copy link

Tush-r commented Mar 30, 2019

@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?

@f5oto
Copy link

f5oto commented Feb 21, 2022

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

binding blank after save

@ZarVladimirII
Copy link

There is an error in creating the settings entry correct.

  • open the settings.xml with an editor
  • add to the virtual key-argument: (set the 2 hex digets of the key you want to be executed)
        <arg>20</arg>
    </hotkey>
  • delete the '/ ' at the end of the hotkey argument
  • reopen the 3RVX settings UI and keybind again
    Shoould look like this:
        <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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants