Or maybe do the exact opposite of that

master
Drew DeVault 9 years ago
parent f6e65b6bb2
commit 6f0a1cdcd1

@ -74,7 +74,7 @@ bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifiers
}
if (match) {
ret = handle_command(config, binding->command) == 0;
ret = handle_command(config, binding->command) != 0;
}
}
}

Loading…
Cancel
Save