Replies: 2 comments
-
Does the injection start after this? Any other side effects other than a stack trace being printed when key-mapper-control completes? |
Beta Was this translation helpful? Give feedback.
0 replies
-
it seems that the injection working |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, after update when I use alias command to inject I get this error:
I dont know what is that mean...
Starting logging to "/var/log/key-mapper-control"
Connected to the service
Found "key-mapper Imperator mapped", "Imperator", "Logitech G700s Rechargeable Gaming Mouse"
Starting injection: "Logitech G700s Rechargeable Gaming Mouse", "m.FAF"
Done
Exception ignored in: <function BaseEventLoop.del at 0x7f7759527a60>
Traceback (most recent call last):
File "/usr/lib/python3.8/asyncio/base_events.py", line 656, in del
self.close()
File "/usr/lib/python3.8/asyncio/unix_events.py", line 58, in close
super().close()
File "/usr/lib/python3.8/asyncio/selector_events.py", line 92, in close
self._close_self_pipe()
File "/usr/lib/python3.8/asyncio/selector_events.py", line 99, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
File "/usr/lib/python3.8/asyncio/selector_events.py", line 276, in _remove_reader
key = self._selector.get_key(fd)
File "/usr/lib/python3.8/selectors.py", line 190, in get_key
return mapping[fileobj]
File "/usr/lib/python3.8/selectors.py", line 71, in getitem
fd = self._selector._fileobj_lookup(fileobj)
File "/usr/lib/python3.8/selectors.py", line 225, in _fileobj_lookup
return _fileobj_to_fd(fileobj)
File "/usr/lib/python3.8/selectors.py", line 42, in _fileobj_to_fd
raise ValueError("Invalid file descriptor: {}".format(fd))
ValueError: Invalid file descriptor: -1
alias command:
alias mgen='
sudo key-mapper-control --command start --device "Logitech G700s Rechargeable Gaming Mouse" --preset "m.GENERAL"
'
Beta Was this translation helpful? Give feedback.
All reactions