Knock another item off the TODO. Theme now emits ecdb,clicked for taking action, and ecdb,activate for focusing.
This commit is contained in:
@ -186,6 +186,20 @@ group {
|
||||
}
|
||||
|
||||
programs {
|
||||
program {
|
||||
name: "emit_clicked";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "ecdb,clicked" "ecdb";
|
||||
source: "*";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "emit_activate";
|
||||
signal: "mouse,down,1";
|
||||
action: SIGNAL_EMIT "ecdb,activate" "ecdb";
|
||||
source: "*";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "focus_in";
|
||||
signal: "ecdb,focus,in";
|
||||
|
Reference in New Issue
Block a user