Add primary-modifier click on monitor knobs to go to -inf dB (part
of patch by emem in #4726). git-svn-id: svn://localhost/ardour2/branches/3.0@12511 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -184,7 +184,10 @@ MotionFeedback::pixwin_button_release_event (GdkEventButton *ev)
|
||||
/* shift click back to the default */
|
||||
_controllable->set_value (default_value);
|
||||
return true;
|
||||
}
|
||||
} else if (Keyboard::modifier_state_equals (ev->state, Keyboard::PrimaryModifier)) {
|
||||
/* ctrl click back to the minimum value */
|
||||
_controllable->set_value (_controllable->lower ());
|
||||
}
|
||||
break;
|
||||
|
||||
case 3:
|
||||
|
||||
Reference in New Issue
Block a user