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
@ -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…
Reference in New Issue
Block a user