Or maybe do the exact opposite of that

This commit is contained in:
Drew DeVault 2015-08-09 23:13:39 -04:00
parent f6e65b6bb2
commit 6f0a1cdcd1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}