settings: change name of App Switch Button
This commit is contained in:
parent
5d885f76e7
commit
75fec689a0
|
@ -1097,7 +1097,7 @@ class DivertedMouseMovement(object):
|
||||||
|
|
||||||
|
|
||||||
MouseGestureKeys = [
|
MouseGestureKeys = [
|
||||||
_special_keys.CONTROL.App_Switch_Gesture,
|
_special_keys.CONTROL.Mouse_Gesture_Button,
|
||||||
_special_keys.CONTROL.MultiPlatform_Gesture_Button,
|
_special_keys.CONTROL.MultiPlatform_Gesture_Button,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ _GESTURE2_PARAMS = ('gesture2-params', _('Gesture params'), _('Change numerical
|
||||||
_DPI_SLIDING = ('dpi-sliding', _('DPI Sliding Adjustment'),
|
_DPI_SLIDING = ('dpi-sliding', _('DPI Sliding Adjustment'),
|
||||||
_('Adjust the DPI by sliding the mouse horizontally while holding the DPI button.'))
|
_('Adjust the DPI by sliding the mouse horizontally while holding the DPI button.'))
|
||||||
_MOUSE_GESTURES = ('mouse-gestures', _('Mouse Gestures'),
|
_MOUSE_GESTURES = ('mouse-gestures', _('Mouse Gestures'),
|
||||||
_('Send a gesture by sliding the mouse while holding the App Switch button.'))
|
_('Send a gesture by sliding the mouse while holding the button down.'))
|
||||||
_DIVERT_CROWN = ('divert-crown', _('Divert crown events'),
|
_DIVERT_CROWN = ('divert-crown', _('Divert crown events'),
|
||||||
_('Make crown send CROWN HID++ notifications (which trigger Solaar rules but are otherwise ignored).'))
|
_('Make crown send CROWN HID++ notifications (which trigger Solaar rules but are otherwise ignored).'))
|
||||||
_DIVERT_GKEYS = ('divert-gkeys', _('Divert G Keys'),
|
_DIVERT_GKEYS = ('divert-gkeys', _('Divert G Keys'),
|
||||||
|
|
|
@ -205,7 +205,7 @@ CONTROL = _NamedInts(
|
||||||
Fn_Down=0x00C0,
|
Fn_Down=0x00C0,
|
||||||
Fn_Up=0x00C1,
|
Fn_Up=0x00C1,
|
||||||
Multiplatform_Lock=0x00C2,
|
Multiplatform_Lock=0x00C2,
|
||||||
App_Switch_Gesture=0x00C3, # Thumb_Button on MX Master
|
Mouse_Gesture_Button=0x00C3, # Thumb_Button on MX Master - Logitech name App_Switch_Gesture
|
||||||
Smart_Shift=0x00C4, # Top_Button on MX Master
|
Smart_Shift=0x00C4, # Top_Button on MX Master
|
||||||
Microphone=0x00C5,
|
Microphone=0x00C5,
|
||||||
Wifi=0x00C6,
|
Wifi=0x00C6,
|
||||||
|
|
Loading…
Reference in New Issue