SDL: new default select is /

This commit is contained in:
punkrockguy318 2010-02-28 07:50:10 +00:00
parent bbdc6f431b
commit c15c8e5025
2 changed files with 1 additions and 2 deletions

View File

@ -390,7 +390,6 @@ void openHotkeyConfig()
GtkListStore* store = gtk_list_store_new(N_COLUMNS, G_TYPE_STRING, G_TYPE_STRING);
GtkTreeIter iter;
gtk_list_store
gtk_list_store_append(store, &iter); // aquire iter

View File

@ -864,7 +864,7 @@ DTestButton(ButtConfig *bc)
ButtConfig GamePadConfig[4][10]={
/* Gamepad 1 */
{ MK(KP3), MK(KP2), MK(TAB), MK(ENTER),
{ MK(KP3), MK(KP2), MK(SLASH), MK(ENTER),
MK(W), MK(Z), MK(A), MK(S), MKZ(), MKZ() },
/* Gamepad 2 */