mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
Merge a1e52566d8 into 8e06985cc1
This commit is contained in:
commit
ca52e5b7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1172,7 +1172,7 @@ void ipc_event_binding_keyboard(struct sway_binding *sb) {
|
||||||
json_object *str = json_object_new_string(buffer);
|
json_object *str = json_object_new_string(buffer);
|
||||||
json_object_array_add(symbols, str);
|
json_object_array_add(symbols, str);
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
symbol = str;
|
symbol = json_object_new_string(buffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue