EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: β2020-07-05 01:15 PM . Last Modified: β2024-04-04 12:36 AM
The customer wants to move from azerty to querty.
During install he selected only azerty.
How can he change/add a keyboard (for use in the console) ?
(CID:134687319)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: β2020-07-05 01:15 PM . Last Modified: β2024-04-04 12:36 AM
Hi Eduard,
I think you can do it by using the loadkeys command (for temporary settings) and/or localectl command for permanent settings. If it should be unavailable on your system, then install the kbd package first.
ssh log in to the server, and:
sudo -i
yum install kbd
For example the following (loadkeys uk) will temporarily change systems keymap to UK:
loadkeys uk Loading /lib/kbd/keymaps/i386/qwerty/uk.map.gz
To list all available keymaps on your CentOS system run:
localectl list-keymaps
That will produce a long list:
find the layout that you want to change to (ex. US), and then enter the following command to permanently change to eg. us keymap:
localectl set-keymap us
And then to confirm your permanent settings execute the localectl command without any argument:
localectl
Kind regards
(CID:134687384)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: β2020-07-05 01:15 PM . Last Modified: β2024-04-04 12:36 AM
Hi Eduard,
I think you can do it by using the loadkeys command (for temporary settings) and/or localectl command for permanent settings. If it should be unavailable on your system, then install the kbd package first.
ssh log in to the server, and:
sudo -i
yum install kbd
For example the following (loadkeys uk) will temporarily change systems keymap to UK:
loadkeys uk Loading /lib/kbd/keymaps/i386/qwerty/uk.map.gz
To list all available keymaps on your CentOS system run:
localectl list-keymaps
That will produce a long list:
find the layout that you want to change to (ex. US), and then enter the following command to permanently change to eg. us keymap:
localectl set-keymap us
And then to confirm your permanent settings execute the localectl command without any argument:
localectl
Kind regards
(CID:134687384)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: β2020-07-05 01:15 PM . Last Modified: β2023-10-22 02:26 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.