From b2a62c2dd79d01e115e87bbaf4579fea9e60bcac Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 27 May 2013 11:44:20 +0200 Subject: [PATCH] special_keys: update controls list My previous observation was right, controls and tasks are really different entities. The following "controls" appears to be invalid and have been removed: Home=0x001A, Music=0x001D, Search=0x0029, Sleep=0x002F, --- .../unifying_receiver/special_keys.py | 159 +++++++++++++++++- 1 file changed, 155 insertions(+), 4 deletions(-) diff --git a/lib/logitech/unifying_receiver/special_keys.py b/lib/logitech/unifying_receiver/special_keys.py index 0cc6b1e7..b3b03959 100644 --- a/lib/logitech/unifying_receiver/special_keys.py +++ b/lib/logitech/unifying_receiver/special_keys.py @@ -6,6 +6,7 @@ from __future__ import absolute_import, division, print_function, unicode_litera from .common import NamedInts as _NamedInts +#