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

Alt Codes stopped working properly after 1.3.0 (even in 1.3.1) #183

Open
AngelOfHellVR opened this issue Mar 31, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@AngelOfHellVR
Copy link

Holding Alt and pressing numbers on keypad allows you to insert special characters..

After version 1.3.0 Holding Alt and pressing numbers ONLY registers the last number pressed..
so instead of getting "~" by pressing Alt+126, I get "♠" which is Alt+6
I'm unable to Insert any symbol who requires 2 or more numbers.

I reverted to 1.2.1 and everything works fine.

@lulzsun lulzsun added the bug Something isn't working label Mar 31, 2024
@lulzsun
Copy link
Owner

lulzsun commented Mar 31, 2024

Hi, looking into this issue. I don't have a good understanding of alt codes, so I'd like to gather some more information. Also, I do not have a numpad on my keyboard so I have used AutoHotkey to replicate the keys being pressed, and want to make sure I am testing and handling this right.

Using AutoHotkey, "I" pressed Alt+126 and get "♠". However, when I press Alt+00126, I get "~". I do notice that Alt+6 does get "♠" as well.

Are you sure Alt+126 is suppose to result in "~"? Because I only get that character when I press Alt+00126.

If you can provide the logs.txt and possibly your userSettings.cfg (specifically looking for the json object "keybindSettings") located in %localappdata/RePlays/cfg/, it may assist in debugging this issue.

@AngelOfHellVR
Copy link
Author

Yes I'm pretty Sure.
If you actually close RePlays you can see the normal behavour.
I've been using alt commands for a long time and i spent all day trying to figure out what changed on my pc that give me this issue.
https://www.alt-codes.net/

userSettings.json
logs.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants