mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Playlist UI Tweaks: allow Enter to control the transport, not close the playlist-selector dialog
This commit is contained in:
parent
b23e13b331
commit
88e0b24163
1 changed files with 0 additions and 2 deletions
|
|
@ -373,8 +373,6 @@ PlaylistSelector::on_key_press_event (GdkEventKey* ev)
|
||||||
switch (ev->keyval) {
|
switch (ev->keyval) {
|
||||||
case GDK_Up:
|
case GDK_Up:
|
||||||
case GDK_Down:
|
case GDK_Down:
|
||||||
case GDK_Return:
|
|
||||||
case GDK_KP_Enter:
|
|
||||||
return ArdourDialog::on_key_press_event (ev);
|
return ArdourDialog::on_key_press_event (ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue