mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Allow Alt-Shift-Windows modifier (nice for control point fine adjust).
- OSX equivalent to be decided.
This commit is contained in:
parent
986a3a9775
commit
d998fe10be
1 changed files with 1 additions and 0 deletions
|
|
@ -348,6 +348,7 @@ static const struct {
|
|||
{ "Shift-Alt", GDK_SHIFT_MASK|GDK_MOD1_MASK },
|
||||
{ "Control-Shift-Alt", GDK_CONTROL_MASK|GDK_SHIFT_MASK|GDK_MOD1_MASK },
|
||||
{ "Alt-Windows", GDK_MOD1_MASK|GDK_MOD4_MASK },
|
||||
{ "Alt-Shift-Windows", GDK_MOD1_MASK|GDK_SHIFT_MASK|GDK_MOD4_MASK },
|
||||
{ "Mod2", GDK_MOD2_MASK },
|
||||
{ "Mod3", GDK_MOD3_MASK },
|
||||
{ "Windows", GDK_MOD4_MASK },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue