Change default keyboard interactivity to OnDemand
OnDemand is a better default as it still ensures that the window will receive keyboard input by default, but it's less aggressive.
This commit is contained in:
		
							parent
							
								
									3c116e7550
								
							
						
					
					
						commit
						ddb0490592
					
				
					 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::KeyboardInteractivityExclusive;
 | 
					    Window::KeyboardInteractivity keyboardInteractivity = Window::KeyboardInteractivityOnDemand;
 | 
				
			||||||
    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