Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: danp on May 16, 2008, 08:07:34 pm

Title: Tab key not working in MAME
Post by: danp on May 16, 2008, 08:07:34 pm
For some reason the TAB key is not bringing up my rom settings anymore, I've tried every key on the keyboard--anybody have any idea how to bring that back up to reprogram TAB is the settings key?
Title: Re: Tab key not working in MAME
Post by: kaykaitkar on May 16, 2008, 09:49:08 pm
Delete the default.cfg file in your CFG subdirectory.
Title: Re: Tab key not working in MAME
Post by: danp on May 16, 2008, 10:09:31 pm
Once I do that do I just reprogram all the controls?
Title: Re: Tab key not working in MAME
Post by: DeLuSioNal29 on May 18, 2008, 07:49:30 pm
What have you done differently?  Did you upgrade to a newer version of MAME?

~ DeLuSioNaL
Title: Re: Tab key not working in MAME
Post by: Luigi on May 19, 2008, 04:38:35 am
Try to find the following in your cfg:

<port type="UI_CONFIGURE">

And add :

<defseq type="standard">KEYCODE_TAB</defseq>

Should work then :)
Title: Re: Tab key not working in MAME
Post by: kaykaitkar on May 19, 2008, 04:51:15 pm
Once I do that do I just reprogram all the controls?

It hasnt happened to me in a long while, but I believe all the controls in each game will function the same as before the TAB worked.
Title: Re: Tab key not working in MAME
Post by: u_rebelscum on May 19, 2008, 05:36:18 pm
Once I do that do I just reprogram all the controls?

You'll have to redo all the remaps you did with "Input (general)", but not the game specific ones.


Or

Try to find the following in your cfg:

<port type="UI_CONFIGURE">

And add :

<defseq type="standard">KEYCODE_TAB</defseq>

Should work then :)

Or just delete three lines:
<port type="UI_CONFIGURE">
<defseq type="standard">....</defseq>
</port>


and mame will return to UI_configure to the tab default.