From e95baabbb45f20318b5df3010202e3c3c9cf0715 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 24 Jun 2012 15:24:09 +0200 Subject: Additional pause keybinding Allowing multiple keys per command would be nice, but this works for now. See #228. --- src/ui_dispatch.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui_dispatch.h') diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h index acd0f67..d43642a 100644 --- a/src/ui_dispatch.h +++ b/src/ui_dispatch.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2010-2011 +Copyright (c) 2010-2012 Lars-Dominik Braun Permission is hereby granted, free of charge, to any person obtaining a copy @@ -93,6 +93,8 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = { "act_volup"}, {'=', BAR_DC_STATION, BarUiActManageStation, "delete seeds/feedback", "act_managestation"}, + {' ', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActPause, NULL, + "act_songpause2"}, }; #include -- cgit v1.2.3