SDL: new default select is /
This commit is contained in:
parent
bbdc6f431b
commit
c15c8e5025
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue