Bug 389334 - Fullscreen shortcut overrides programs with built in shortcut (like chromium)
Summary: Fullscreen shortcut overrides programs with built in shortcut (like chromium)
Status: RESOLVED NOT A BUG
Alias: None
Product: kwin
Classification: Plasma
Component: core (other bugs)
Version First Reported In: 5.11.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-22 23:16 UTC by zeta
Modified: 2018-01-23 07:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.