GNOME Bugzilla – Bug 705432
Add "Maximise window" method
Last modified: 2013-08-27 09:00:48 UTC
The Chromebook pixel has a "maximise window" button that should be mapped to this function by default. This involves udev keymap changes, as well as gnome-settings-daemon changes. To minimise the changes to the shell, we should just expose a new D-Bus method for g-s-d to use. (To be checked, whether to maximise the window, or "toggle maximise" instead) https://support.google.com/chromeos/answer/1047364?hl=en
Which window should this maximize? Just the focused one or accept and XID and find the window?
The currently focused one. It's the exact same thing as "Super+Up" (or maybe "Alt+F10", we don't know whether it should toggle....).
We definitely should not ping-pong between gnome-settings-daemon and gnome-shell. We already have a maximize keybinding, just add the new keysym as a secondary binding there.
(In reply to comment #3) > We definitely should not ping-pong between gnome-settings-daemon and > gnome-shell. > We already have a maximize keybinding, just add the new keysym as a secondary > binding there. Yeah that makes sense.
Fair enough, we just need the maximise button to be done in the kernel/Xorg.
Ok, closing at this level.