mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
keybinds: prefer keycodes over keysyms
This allows keyboard layout agnostic keybinds in a multi layout configuration. Fixes: #1069
This commit is contained in:
parent
8a67476ab3
commit
6b80751010
4 changed files with 140 additions and 11 deletions
|
|
@ -57,6 +57,7 @@ reload_config_and_theme(void)
|
|||
regions_reconfigure(g_server);
|
||||
resize_indicator_reconfigure(g_server);
|
||||
kde_server_decoration_update_default();
|
||||
keybind_update_keycodes(g_server);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue