Photon OS

  • 1.  How to change keyboard layout map from qwerty to azerty

    Posted May 21, 2015 06:18 PM

    Hello,

    i need command line to change keyboard layout from US to FRench

    i have also open a issue in github photon repo to add feature to chose keyboard layout during installation

    How to change keyboard layout map from qwerty to azerty · Issue #44 · vmware/photon · GitHub

    Thanks



  • 2.  RE: How to change keyboard layout map from qwerty to azerty
    Best Answer

    Posted May 24, 2015 06:48 PM

    Hello,

    After googling i found this,

    the tool that let you manipulate keyboard is localectl, her is some utile cmdline;

    to list avaible keymap: > localectl list-keymaps

    to set up keymap: > localectl set-keymap azerty

    for more info https://wiki.archlinux.org/index.php/Keyboard_configuration_in_console

    thanks.