Commit 93b75c637fdcd7e112e46b481807103f7222cb1c

Pierre Le Marre 2024-12-22T17:49:24

x11: Keep level when the keysym is undefined but not the action When getting the keymap from X11, the following: ``` key <AD01> { actions=[SetGroup(2)] }; ``` is currently converted to: ``` key <AD01> { }; ``` This commit fixes dropping a defined action when the keysym is undefined