commit | 211b517e8c62d64e7500194af5b9a0b0e331f27c | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sat Jan 11 13:10:21 2014 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sat Jan 11 13:58:33 2014 -0800 |
tree | df67482bf3e940e5179bc147348a21a31620fad8 | |
parent | b637a40df950398cb0b4ab7f77f73fc7e7886fe8 [diff] [blame] |
shell: Move maximize and fullscreen bindings to mod + SHIFT mod + f and mod + m conflict with too many application bindings, in particular if mod is mapped to ALT.
diff --git a/clients/window.c b/clients/window.c index d59b9c7..dddfc67 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -2934,6 +2934,7 @@ if (num_syms == 1) sym = syms[0]; + if (sym == XKB_KEY_F5 && input->modifiers == MOD_ALT_MASK) { if (state == WL_KEYBOARD_KEY_STATE_PRESSED) window_set_maximized(window,