https://bugs.kde.org/show_bug.cgi?id=494996
--- Comment #2 from David Redondo <k...@david-redondo.de> --- I am not sure this is how it is supposed to work. I think the capabilities is about what the impl can provide to you and what you can consume and then expect. I think it also results in a better UX. What happens if you capture Pointer but not keyboard? I can still use it on the main PC but not move the focus anywhere with the mouse because it is captured. How would a capture look like that does the reverse, capture keyboard when the pointer crosses the barrier but not the pointer. I think you can get into situations that are confusing to the user very quick. So I think blocking everything on the host when a capture starts makes sense. -- You are receiving this mail because: You are watching all bug changes.