Knock another item off the TODO. Theme now emits ecdb,clicked for taking action, and ecdb,activate for focusing.
This commit is contained in:
@ -454,6 +454,27 @@ group {
|
||||
}
|
||||
|
||||
programs {
|
||||
program {
|
||||
name: "emit_clicked_return";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "ecdb,clicked" "ecdb/burn_data/return";
|
||||
source: "ecdb/burn_data/return";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "emit_clicked_begin";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "ecdb,clicked" "ecdb/burn_data/begin";
|
||||
source: "ecdb/burn_data/begin";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "emit_clicked_settings";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "ecdb,clicked" "ecdb/burn_data/settings";
|
||||
source: "ecdb/burn_data/settings";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "burn_data_page,visible1";
|
||||
signal: "ecdb,burn_data_page,visible";
|
||||
|
Reference in New Issue
Block a user