How can I delete input devices in cfclient? #169
-
I accidentally registered my keyboard as an input device and now the command based control part is always grayed out. How can I delete the input device so that I can test out the lighthouse system? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can find all config files by using the |
Beta Was this translation helpful? Give feedback.
-
Hi! It sounds very similar to this issue somebody had on the previous forum: So the short version is:
If you can close the cfclient, copy that name and add that to config.json like here:
|
Beta Was this translation helpful? Give feedback.
Hi! It sounds very similar to this issue somebody had on the previous forum:
https://forum.bitcraze.io/viewtopic.php?t=5083&start=10
So the short version is:
In the terminal you will see something like this (but then the name of your keyboard device)
INFO:cfclient.utils.input.mux:Adding device Microsoft X-Box 360 pad to MUX Normal
If you can close the cfclient, copy that name and add that to config.json like here:
"input_device_blacklist": "(VirtualBox|VMware|Microsoft X-Box 360 pad)",
and save it and open the cfclient again, your keyboard should be excluded.