lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
128 stars 16 forks source link

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

Open AngelOfHellVR opened 3 months ago

AngelOfHellVR commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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