mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
add a name for a modifier to be used to indicate "use selection"
This commit is contained in:
parent
3c2112abf5
commit
29c2b06d0e
2 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ public:
|
|||
static uint32_t RangeSelectModifier;
|
||||
static uint32_t GainFineScaleModifier;
|
||||
static uint32_t GainExtraFineScaleModifier;
|
||||
static uint32_t UseSelectionModifier;
|
||||
|
||||
// Modifiers for scroll wheel
|
||||
static uint32_t ScrollZoomVerticalModifier;
|
||||
|
|
|
|||
|
|
@ -237,6 +237,7 @@ Keyboard::format_modifier (uint32_t mod)
|
|||
|
||||
guint Keyboard::GainFineScaleModifier = Keyboard::PrimaryModifier;
|
||||
guint Keyboard::GainExtraFineScaleModifier = Keyboard::SecondaryModifier;
|
||||
guint Keyboard::UseSelectionModifier = Keyboard::TertiaryModifier;
|
||||
|
||||
guint Keyboard::ScrollZoomVerticalModifier = Keyboard::SecondaryModifier;
|
||||
guint Keyboard::ScrollZoomHorizontalModifier = Keyboard::PrimaryModifier;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue