Revert "Change default keyboard interactivity from exclusive to none"
This reverts commit be63783888.
It broke keyboard input in sddm greeter. While defaulting to a non-spec
value is not great, it's also not that critical. It might be worth
considering synchronizing Qt::WindowDoesNotAcceptFocus with the keyboard
interactivity flag, but the tricky part is that the keyboard interactivty
is not just a boolean.
BUG: 477251
			
			
This commit is contained in:
		
							parent
							
								
									9e1c5357ac
								
							
						
					
					
						commit
						3c116e7550
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -31,7 +31,7 @@ public:
 | 
				
			||||||
    QString scope = QStringLiteral("window");
 | 
					    QString scope = QStringLiteral("window");
 | 
				
			||||||
    Window::Anchors anchors = {Window::AnchorTop | Window::AnchorBottom | Window::AnchorLeft | Window::AnchorRight};
 | 
					    Window::Anchors anchors = {Window::AnchorTop | Window::AnchorBottom | Window::AnchorLeft | Window::AnchorRight};
 | 
				
			||||||
    int32_t exclusionZone = 0;
 | 
					    int32_t exclusionZone = 0;
 | 
				
			||||||
    Window::KeyboardInteractivity keyboardInteractivity = Window::KeyboardInteractivityNone;
 | 
					    Window::KeyboardInteractivity keyboardInteractivity = Window::KeyboardInteractivityExclusive;
 | 
				
			||||||
    Window::Layer layer = Window::LayerTop;
 | 
					    Window::Layer layer = Window::LayerTop;
 | 
				
			||||||
    QMargins margins;
 | 
					    QMargins margins;
 | 
				
			||||||
    Window::ScreenConfiguration screenConfiguration = Window::ScreenFromQWindow;
 | 
					    Window::ScreenConfiguration screenConfiguration = Window::ScreenFromQWindow;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue