mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Add keyboard-shortcuts to Transport Window
This commit is contained in:
parent
1a602cbfa2
commit
a1a56fd1db
2 changed files with 18 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ public:
|
|||
transport_ctrl.set_session (s);
|
||||
}
|
||||
|
||||
protected:
|
||||
void on_unmap ();
|
||||
bool on_key_press_event (GdkEventKey*);
|
||||
|
||||
private:
|
||||
TransportControlUI transport_ctrl;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue