Acer Keyboard

Mar 17, 2011·
Julio Batista Silva
Julio Batista Silva
· 1 min read

The keyboard of my Acer AS3810T-6376 is in the American standard layout.

In most desktop environments, it is easy to configure the keyboard, but in Awesome you must do it manually.

  • In rc.conf:

    KEYMAP="us-acentos"
    
  • In .xinitrc:

    setxkbmap -model acer_laptop -layout us -variant intl -option terminate:ctrl_alt_bksp
    

The only issue is with the ç character, which must be inserted by pressing AltGr + ,, which is a bit impractical.

One way to fix this is to create a shortcut using ~/.xmodmap

  • Create the file ~/.xmodmap:

    xmodmap -pke > ~/.xmodmap
    
  • And edit the line

    keycode  54 = c C ccedilla Ccedilla
    
Julio Batista Silva
Authors
Senior Cloud Developer
comments powered by Disqus