Skip to content

Commit

Permalink
ui: update label and tooltip for divert-gkeys setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 10, 2024
1 parent 26e0153 commit 8b1463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logitech_receiver/settings_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ class CrownSmooth(_Setting):
class DivertGkeys(_Setting):
name = 'divert-gkeys'
label = _('Divert G and M Keys')
description = (_('Make G and M keys send HID++ notifications (which can trigger Solaar rules but are otherwise ignored).'))
description = (_('Make G and M keys send HID++ notifications (which trigger Solaar rules but are otherwise ignored).'))
feature = _F.GKEY
validator_options = {'true_value': 0x01, 'false_value': 0x00, 'mask': 0xff}

Expand Down

0 comments on commit 8b1463c

Please sign in to comment.