From 0668fa4062a71403955a5f591f743951d8dc7749 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 10 Jun 2012 10:48:44 +0200 Subject: [PATCH] Change default screenshot key to F8. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 4972c213db..fa29772910 100644 --- a/config.def.h +++ b/config.def.h @@ -341,7 +341,7 @@ static const struct snes_keybind snes_keybinds_1[] = { { true, RARCH_CHEAT_INDEX_PLUS, SK_y, NO_BTN, AXIS_NONE }, { true, RARCH_CHEAT_INDEX_MINUS, SK_t, NO_BTN, AXIS_NONE }, { true, RARCH_CHEAT_TOGGLE, SK_u, NO_BTN, AXIS_NONE }, - { true, RARCH_SCREENSHOT, SK_PRINT, NO_BTN, AXIS_NONE }, + { true, RARCH_SCREENSHOT, SK_F8, NO_BTN, AXIS_NONE }, { true, RARCH_DSP_CONFIG, SK_c, NO_BTN, AXIS_NONE }, { true, RARCH_MUTE, SK_F9, NO_BTN, AXIS_NONE }, { true, RARCH_NETPLAY_FLIP, SK_i, NO_BTN, AXIS_NONE },