command action

This commit is contained in:
seanpringle
2012-08-31 15:20:57 +10:00
parent d367a6a8bf
commit 7b461bde89
3 changed files with 7 additions and 0 deletions

View File

@@ -713,6 +713,9 @@ void key_press(XKeyEvent *e)
case ACTION_FOCUS_SPOT3:
spot_active(SPOT3, None);
break;
case ACTION_COMMAND:
exec_cmd(data);
break;
case ACTION_FIND_OR_START:
find_or_start(data);
break;