mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
[Summary] Allow to apply changes on Enter button pressed from "numeric" keyboard
[Reviewed] GZharun
This commit is contained in:
parent
11005b8e98
commit
f63a7f13ce
1 changed files with 1 additions and 0 deletions
|
|
@ -1709,6 +1709,7 @@ TracksControlPanel::on_key_press_event (GdkEventKey* ev)
|
|||
switch (ev->keyval)
|
||||
{
|
||||
case GDK_Return:
|
||||
case GDK_KP_Enter:
|
||||
accept ();
|
||||
hide ();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue