/usr/share/gnome-control-center/keybindings/50-metacity-windows.xml is in metacity-common 1:3.14.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <?xml version="1.0" encoding="UTF-8"?>
<KeyListEntries wm_name="Metacity" schema="org.gnome.desktop.wm.keybindings" package="metacity" group="system" name="Windows">
<KeyListEntry name="activate-window-menu" description="Activate the window menu"></KeyListEntry>
<KeyListEntry name="toggle-fullscreen" description="Toggle fullscreen mode"></KeyListEntry>
<KeyListEntry name="toggle-maximized" description="Toggle maximization state"></KeyListEntry>
<KeyListEntry name="maximize" description="Maximize window"></KeyListEntry>
<KeyListEntry name="unmaximize" description="Restore window"></KeyListEntry>
<KeyListEntry name="toggle-shaded" description="Toggle shaded state"></KeyListEntry>
<KeyListEntry name="close" description="Close window"></KeyListEntry>
<KeyListEntry name="minimize" description="Minimize window"></KeyListEntry>
<KeyListEntry name="begin-move" description="Move window"></KeyListEntry>
<KeyListEntry name="begin-resize" description="Resize window"></KeyListEntry>
<KeyListEntry name="toggle-on-all-workspaces" description="Toggle window on all workspaces or one"></KeyListEntry>
<KeyListEntry name="raise-or-lower" description="Raise window if covered, otherwise lower it"></KeyListEntry>
<KeyListEntry name="raise" description="Raise window above other windows"></KeyListEntry>
<KeyListEntry name="lower" description="Lower window below other windows"></KeyListEntry>
<KeyListEntry name="maximize-vertically" description="Maximize window vertically"></KeyListEntry>
<KeyListEntry name="maximize-horizontally" description="Maximize window horizontally"></KeyListEntry>
</KeyListEntries>
|