ui: update label and tooltip for divert-gkeys setting
This commit is contained in:
parent
26e0153fce
commit
8b1463c8f4
|
@ -597,7 +597,7 @@ class CrownSmooth(_Setting):
|
||||||
class DivertGkeys(_Setting):
|
class DivertGkeys(_Setting):
|
||||||
name = 'divert-gkeys'
|
name = 'divert-gkeys'
|
||||||
label = _('Divert G and M Keys')
|
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
|
feature = _F.GKEY
|
||||||
validator_options = {'true_value': 0x01, 'false_value': 0x00, 'mask': 0xff}
|
validator_options = {'true_value': 0x01, 'false_value': 0x00, 'mask': 0xff}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue