latin625 Posted March 4, 2023 Share Posted March 4, 2023 Hello, Does anyone have a solution to disable Underline Access (the Underlined shortcuts in your windows. Alt=File menu, etc) The menu shortcuts displays sometime during game play when I press the Alt key on my arcade controller. Annoying to see that show up and it evens sometimes make the game lose focus. Press ALT on your keyboard and you will see it highlight the menu at the top of any window. Thanks. Quote Link to comment Share on other sites More sharing options...
DerSchlachter Posted March 4, 2023 Share Posted March 4, 2023 According to my assessment, it is not only the ALT key but also the CTRL key, which can open one or the other program (hotkeys) when button smashing, I will follow the guide of the following Youtuber. It's explained very well there, but means that you have to rename your buttons. A very good Excel sheet is also in the video description. https://docs.google.com/spreadsheets/d/1Ywr3lOQggPp5REvltfLqUlsVgOuWgA33QeEH_1_b8K8/edit#gid=0 1 Quote Link to comment Share on other sites More sharing options...
latin625 Posted March 4, 2023 Author Share Posted March 4, 2023 Thanks! I forgot that you can reassign button using the Ipac or Minpac (That is what I have). I did this before and have had a rebuild since and it didnt carry over. Ill look into this again, though it would mean resetting the controls on quite a few games to have the new button assigned. I was looking into AHK scripts to temporarily disable the use of the shortcuts / Alt Muenu Accleration. Found this, but cant get it to work. ; ~LAlt::Sendinput {Blind}{sc0E9} ; ~RAlt::Sendinput {Blind}{sc0E9} The main script is here: https://github.com/TaranVH/2nd-keyboard/blob/master/Taran's_Windows_Mods/Alt_menu_acceleration_DISABLER.ahk He says it works 100%, but I cant figure out what part is the part I should use. Very limited in AHK scripts. The issue arises as you said, during button smashin' (Beat em ups and fighters. and most recently on Tecknoparrot DOA 6) Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted March 4, 2023 Share Posted March 4, 2023 1 hour ago, latin625 said: Found this, but cant get it to work. Try uncommenting the 2 lines. ~LAlt::Sendinput {Blind}{sc0E9} ~RAlt::Sendinput {Blind}{sc0E9} 1 Quote Link to comment Share on other sites More sharing options...
latin625 Posted March 4, 2023 Author Share Posted March 4, 2023 Thanks. I dont know much about ahk but will get better at it for sure. I removed the tilde (I thought only semicolons were used for comments). It works! however, it works too well. lol. I lost the key totally. No input. Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted March 4, 2023 Share Posted March 4, 2023 The code you provided had both lines commented [with semicolons]. The [corrected] ones I show had the semicolons removed. 55 minutes ago, latin625 said: it works too well. lol. I lost the key totally Put the tildes back? 1 Quote Link to comment Share on other sites More sharing options...
latin625 Posted March 4, 2023 Author Share Posted March 4, 2023 (edited) Solved it by using XArcade XInput.exe to remap everything just for that game. Ill run it as an application before the start of the game and terminate it after the game closes. In case anyone wants to use it, link here: xarcade-xinput.7z Better solution for me: Use Borderless Gaming App: https://github.com/Codeusa/Borderless-Gaming Now there is no "window" or "different resolution" issues and the menu never shows up with nothing to start or close. Thanks to everyone for the input. Edited March 4, 2023 by latin625 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.