commit | 73694c832b4765a1e16e49d9e1f5219e62f310c0 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jun 28 14:13:10 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jun 28 14:13:10 2012 -0400 |
tree | 4018340891a075e6e5071d2fc4cee1a6f55e9eeb | |
parent | c7cd626bcfdc61385ffb7ccb065c5c815641a3b9 [diff] [blame] |
compositor: Move repaint debug binding to mod-shift-space Alt-space or Super-space are too likely to conflict with application bindings.
diff --git a/src/compositor.h b/src/compositor.h index a144e5f..0d49dec 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -52,6 +52,7 @@ MODIFIER_CTRL = (1 << 0), MODIFIER_ALT = (1 << 1), MODIFIER_SUPER = (1 << 2), + MODIFIER_SHIFT = (1 << 3), }; enum weston_led {