bindings: remove Mod+PrintScreen binding

It's not different than just PrintScreen.
This commit is contained in:
Vincent Bernat 2020-12-20 13:46:07 +01:00
parent c92a3fe90e
commit 79cd3ddef8

View file

@ -300,10 +300,6 @@ config.keys.client = awful.util.table.join(
c:raise()
end,
"Maximize"),
-- Screenshot
awful.key({ modkey }, "Print", screenshot, "Screenshot")
)
keydoc.group("Misc")