lots of keybinding changes. added a new action to allow removing markers at the playhead location. numpad now allows you to access marks higher than 9. to locate to a marker, use the numpad decimal to start and end the operation - for example press .19. to locate to marker 19. also added alternate bindings for redo, delete, and several other alternates that will be needed in subsequent commits. tab is not working, using either Tab or nabla in the binding.in file

This commit is contained in:
Ben Loftis 2014-07-03 17:50:14 -05:00
parent ba33c6dab6
commit 555a5d6348
10 changed files with 214 additions and 26 deletions

View file

@ -1328,6 +1328,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void set_punch_range (framepos_t start, framepos_t end, std::string cmd);
void add_location_from_playhead_cursor ();
void remove_location_at_playhead_cursor ();
bool select_new_marker;
void reverse_selection ();