Replies: 3 comments 9 replies
-
I don't think the automatic target is useful. It is totally possible to have multiple devices with the same capabilities. The automatic target might lead to confusion and unexpected results. With the new Injection system creating a mapping without a target will raise an exception. About the key_up macro: I don't think a macro is the right place to implement this feature. We might want to forward a key-up also on other actions that get triggered by a combination. E.g.: In the new Injection system I forward Key-up events from the |
Beta Was this translation helpful? Give feedback.
-
I totally see the point of having some kind of automatic target it would enhance the user experience. But I think implementing that on the backend is the wrong approach due to reasons I mentioned earlier. Automatic targets on the backend could also brake mappings in the future if we choose to add more uinputs. However that doesn't mean we can not have a automatic-target-like feature on the frontend. maybe we can have a target suggestion in the frontend, which selects a valid target if the user chooses so. |
Beta Was this translation helpful? Give feedback.
-
I am not sure how those things works but current situation looks weird as for me. We can change input from mouse to keyboard or keyboard to mouse but why we cant change input from mouse to all device? Like mouse click to keyboard and mouse and joystics mixed macroses. |
Beta Was this translation helpful? Give feedback.
-
@jonasBoss I'm thinking about how to implement key_up at the moment. The idea below won't work for this, but maybe it's still interesting. What do you think about an "automatic" target uinput mode?
Beta Was this translation helpful? Give feedback.
All reactions