mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
bindsym: consider xkb_rule_names for --to-code
This commit is contained in:
parent
d27a5e1cb0
commit
ddf63ffabe
5 changed files with 40 additions and 31 deletions
|
|
@ -577,6 +577,8 @@ void merge_input_config(struct input_config *dst, struct input_config *src);
|
|||
|
||||
struct input_config *store_input_config(struct input_config *ic);
|
||||
|
||||
struct xkb_rule_names input_config_get_rule_names(struct input_config *ic);
|
||||
|
||||
void free_input_config(struct input_config *ic);
|
||||
|
||||
int seat_name_cmp(const void *item, const void *data);
|
||||
|
|
@ -655,7 +657,7 @@ void config_update_font_height(bool recalculate);
|
|||
*/
|
||||
bool translate_binding(struct sway_binding *binding);
|
||||
|
||||
void translate_keysyms(const char *layout);
|
||||
void translate_keysyms(struct input_config *input_config);
|
||||
|
||||
void binding_add_translated(struct sway_binding *binding, list_t *bindings);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue