Bug 389334

Summary: Fullscreen shortcut overrides programs with built in shortcut (like chromium)
Product: [Plasma] kwin Reporter: zeta <franciscodezuviria>
Component: coreAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.11.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description zeta 2018-01-22 23:16:36 UTC
I binded fullscreen to F11, to enjoy fullscreeness in every program.

Global Shortcuts -> SystemSettings -> Make Window Fullscreen

However, chromium still displays all the toolbars in fullscreen mode, because the F11 shortcut is overriden by KWIN's binding.

I understand this may be the "correct" behavior, but it hurtts usability.

How can we get more fine grained controll over shortcuts? example:

A) exceptions
B) allow triggering of both actions when a global shorcuts conflicts an app's shortcut
Comment 1 Martin Flöser 2018-01-23 07:38:17 UTC
This is a bug in Chromium. The window manager tells the window that it has been put to fullscreen. It should adjust to the fullscreen user interface in that case. Please compare to firefox where this works without any problems.