[Solved] set correct keyboard mapping.

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
lindis68
Posts: 16
Joined: 2024-11-14 15:52

[Solved] set correct keyboard mapping.

#1 Post by lindis68 »

Hi everyone.

I have a acer chromebook r11 cb5-132t that i succeeded installing debian 12 on , the only working distro on this laptop. ( sound issues .)

but i have a problem - couldnt set the correct keyboard mapping for it during installation , thought i could set it correct later .

So my question is how to do that - language is correct but not the key placement to this keyboard.

Have been looking everywhere in settings but cant find anyway to do this :?

Any help appreciated

/greets lindis68 :wink:
Last edited by lindis68 on 2024-11-16 16:09, edited 1 time in total.

arzgi
Posts: 1614
Joined: 2008-02-21 17:03
Location: Finland
Has thanked: 1 time
Been thanked: 85 times

Re: set correct keyboard mapping.

#2 Post by arzgi »

Code: Select all

arto@dell:~$ cat /etc/default/keyboard 
# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="fi"
XKBVARIANT=""
XKBOPTIONS="compose:menu,ctrl:nocaps"

BACKSPACE="guess"
The file requires root or sudo to edit.

User avatar
lindis68
Posts: 16
Joined: 2024-11-14 15:52

Re: set correct keyboard mapping.

#3 Post by lindis68 »

Hi arzgi..
tnx for the reply , ok trying to understand this.

edit the file keyboard as sudo , where can i find the keyboard manual chapter 5. is it a man page that i can read with terminal.

i need to find the correct xkbmodel for the chromebook keyboard. i guess i can find that info in that manual.
or is xkbmodel="pc105" the correct one , and xkblayout="sv" for this then.

/ lindis68

User avatar
lindis68
Posts: 16
Joined: 2024-11-14 15:52

Re: set correct keyboard mapping.

#4 Post by lindis68 »

Found some of interest on the net,
Xkbmodel="pc101" or Xkbmodel="chromebook"

Going to try this out tomorrow and see if that could make it work.

:wink:
Last edited by lindis68 on 2024-11-14 19:23, edited 1 time in total.

User avatar
lindis68
Posts: 16
Joined: 2024-11-14 15:52

Re: set correct keyboard mapping.

#5 Post by lindis68 »

Update.!

tried the xkbmodel settings just now , and didnt make any difference for my chromebook key functions.

first tried xkbmodel="chromebook" and now im on using xkbmodel="pc101".

so thats where im at right now.

any suggestions from some pro.

greets / lindis68

arzgi
Posts: 1614
Joined: 2008-02-21 17:03
Location: Finland
Has thanked: 1 time
Been thanked: 85 times

Re: set correct keyboard mapping.

#6 Post by arzgi »

The quote I wrote says guite clearly chek the man-page of keyboard for more info. Forgot to say, that after changing the file, you have to reboot (in the man page there was also an alternative method)

The man page can be viewed in the terminal

Code: Select all

man keyboard
I have no experince of chromebooks.

User avatar
lindis68
Posts: 16
Joined: 2024-11-14 15:52

Re: set correct keyboard mapping.

#7 Post by lindis68 »

well arzgi .. that was smoothe as butter my friend.. :)

thank you very much for all help, those man pages was great - a lot there that i found helped me with other stuff.

cheers Lindis68

Post Reply