Skip to content

Commit 7f3620c

Browse files
committed
fix: handle keybind raw
1 parent a8fc74d commit 7f3620c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/keyboard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ keybind_t *handle_keybind_raw(uint32_t modifiers, uint32_t keycode, bool pressed
284284
return matched_kb;
285285

286286
execute_keybind(matched_kb);
287-
return NULL;
287+
return matched_kb;
288288
}
289289

290290
// keybind handling

0 commit comments

Comments
 (0)