From 29a8c4f3e7fee7678e4b18de1748b9c4255dcef2 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 12 Mar 2011 22:09:04 +0200 Subject: frontend: add screenshot functionality --- frontend/pandora.c | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/pandora.c') diff --git a/frontend/pandora.c b/frontend/pandora.c index 677784e..b4e3a42 100644 --- a/frontend/pandora.c +++ b/frontend/pandora.c @@ -60,6 +60,7 @@ struct in_default_bind in_evdev_defbinds[] = { { KEY_3, IN_BINDTYPE_EMU, SACTION_PREV_SSLOT }, { KEY_4, IN_BINDTYPE_EMU, SACTION_NEXT_SSLOT }, { KEY_5, IN_BINDTYPE_EMU, SACTION_TOGGLE_FSKIP }, + { KEY_6, IN_BINDTYPE_EMU, SACTION_SCREENSHOT }, { 0, 0, 0 } }; -- cgit v1.2.3