French keyboard VNC

hey all
i set in vm creation

graphics {
type = “VNC”
listen = “0.0.0.0”
keymap = “fr”
}

nothing beside fr works.
i want to have english keyboard. try doing it from start script by adding yum install kbd && localectl set-keymap us. it didnt worked as well.

why centos 7 from marketplace doesn’t support us keyboard?

https://registry.terraform.io/providers/OpenNebula/opennebula/latest/docs/resources/virtual_machine

have you tried remove keymap?

graphics {
type = “VNC”
listen = “0.0.0.0”
}

found the answer “en-us”