From 75fec689a0d7131ccf245f89231255c41a403e97 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Fri, 16 Apr 2021 09:10:49 -0400 Subject: [PATCH] settings: change name of App Switch Button --- lib/logitech_receiver/settings.py | 2 +- lib/logitech_receiver/settings_templates.py | 2 +- lib/logitech_receiver/special_keys.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/logitech_receiver/settings.py b/lib/logitech_receiver/settings.py index 1ad31eaf..60922b1a 100644 --- a/lib/logitech_receiver/settings.py +++ b/lib/logitech_receiver/settings.py @@ -1097,7 +1097,7 @@ class DivertedMouseMovement(object): MouseGestureKeys = [ - _special_keys.CONTROL.App_Switch_Gesture, + _special_keys.CONTROL.Mouse_Gesture_Button, _special_keys.CONTROL.MultiPlatform_Gesture_Button, ] diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index b67ecd8f..747e5529 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -112,7 +112,7 @@ _GESTURE2_PARAMS = ('gesture2-params', _('Gesture params'), _('Change numerical _DPI_SLIDING = ('dpi-sliding', _('DPI Sliding Adjustment'), _('Adjust the DPI by sliding the mouse horizontally while holding the DPI button.')) _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'), _('Make crown send CROWN HID++ notifications (which trigger Solaar rules but are otherwise ignored).')) _DIVERT_GKEYS = ('divert-gkeys', _('Divert G Keys'), diff --git a/lib/logitech_receiver/special_keys.py b/lib/logitech_receiver/special_keys.py index d0167cec..08ca70a3 100644 --- a/lib/logitech_receiver/special_keys.py +++ b/lib/logitech_receiver/special_keys.py @@ -205,7 +205,7 @@ CONTROL = _NamedInts( Fn_Down=0x00C0, Fn_Up=0x00C1, 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 Microphone=0x00C5, Wifi=0x00C6,