mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Swap default snap modifiers (non-OSX) to avoid potential upgrade pain.
- Disable snap now defaults to alt - Snap absolute now defaults to alt-windows
This commit is contained in:
parent
a14c7ff066
commit
e8a0b1c514
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ const char* Keyboard::level4_modifier_name() { return _("Meta"); }
|
|||
const char* Keyboard::copy_modifier_name() { return _("Control"); }
|
||||
const char* Keyboard::rangeselect_modifier_name() { return S_("Key|Shift"); }
|
||||
|
||||
guint Keyboard::snap_mod = Keyboard::SecondaryModifier|Keyboard::Level4Modifier;
|
||||
guint Keyboard::snap_delta_mod = Keyboard::SecondaryModifier;
|
||||
guint Keyboard::snap_mod = Keyboard::SecondaryModifier;
|
||||
guint Keyboard::snap_delta_mod = Keyboard::SecondaryModifier|Keyboard::Level4Modifier;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue