mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-03-12 05:20:37 +01:00
Merge branch 'fixkeymapdisplay' into 'main'
Display the first specified XKBLAYOUT as the active one, instead of the last See merge request plymouth/plymouth!369
This commit is contained in:
commit
c5164794de
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ ply_input_device_get_keymap (ply_input_device_t *input_device)
|
|||
*
|
||||
* This string shouldn't be used as a unique indentifier for a keymap
|
||||
*/
|
||||
return xkb_keymap_layout_get_name (input_device->keymap, num_indices - 1);
|
||||
return xkb_keymap_layout_get_name (input_device->keymap, 0);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue