llde / xOBSE

Oblivion Script extender source
243 stars 35 forks source link

TapKey not simulating all keycodes properly in MenuMode #231

Open DisasterGoneAwesome opened 2 weeks ago

DisasterGoneAwesome commented 2 weeks ago

TapKey does not work for some keycodes while in MenuMode.

Better Menu Controls stopped working correctly after obse22.2. After the hotfix (22.3) OnKeyDown seems to be working again, but the mod still doesn't work properly, although some functionality works fine.

After some investigation, TabKey seems to be the culprit. While in MenuMode simulating arrow-key and enter presses does not work. On the other hand, simulating Tab or F1 works fine.

This is how I tested it DGA_TapKeyTest.zip. Tested on a new savegame with no other mods installed. I also remapped the movement controls to the arrow keys (from wasd) and simulated keypresses work fine in GameMode.

slowpard commented 2 weeks ago

Can confirm this, tried to simulate arrow presses to autonavigate a custom menu, doesn't work.