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