Thiago
Thiago
@kinoc it worked perfectly thanks =)
Hi does this issue still make sense? I'd like to work on it if possible
I think you can bind it using a binding like: `binding="uuid"`, check full docs here: [validator](https://github.com/go-playground/validator)
In the `google/uuid` it says that their `uuid`'s are based on RFC 4122, so maybe try `binding="uuid_rfc4122"`. If that doesn't work, try other versions as listed in the docs: [validator](https://github.com/go-playground/validator)
More details on how to make a script: ```sh #!/bin/sh rpl='key \{ repeat=no, type\[group1\]=\"ALPHABETIC\", symbols\[group1\]=\[ Caps_Lock, Caps_Lock \],actions\[group1\]=\[LockMods\(modifiers=Lock\),Private\(type=3,data\[0\]=1,data\[1\]=3,data\[2\]=3\) \] \}' # Create copy of kb description xkbcomp -xkb $DISPLAY keyboardmap...