Ingresar:     


Forum: Wishes and new features

Tópico: POI Open Automatically to Last Set Cue
Hi, subject pretty much says it all. It would be great if I have just set a hot cue to have the POI editor open up with the cue I just set selected and the name field with the input focus.
 

Mensajes 7 days ago @ 3:47 pm
Re-reading I realize I could have been clearer. If I open the POI editor, I would like it to automatically select the last-set hot cue and focus on the name field (ideally with the entire text selected). That way I can set a hot cue, open the editor with a keyboard shortcut, and immediately name the newly-created hot cue.
 

In the meanwhile set_cue & cue_name
 

you could have a button that opens a dialog box, a little complicated because cue_name doesn't use default when no num is specified, it's easier if it's a case of when creating a hotcue it always goes to name.

example hotcue 1
has_cue 1 ? hot_cue 1 : hot_cue 1 & set_var $cueName "" & set_var_dialog $cueName & repeat_start dialogPolling 1000ms 30 & param_equal `get_var $cueName` "" ? : repeat_stop dialogPolling & get_var $cueName & param_cast & cue_name 1


@devs if no number use default, if no string open dialog?
 

Awesome, this is even better than what I asked for. Now I just need to make a prep mode keyboard mapping which is easy enough.

Thanks, Phantom and Loco!
 

make a padpage