Author :
Pierre Le Marre
Date :
2024-12-22 17:49:24
Hash :93b75c63 Message :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