You are not logged in.

#1 2017-08-26 16:15:43

n0m4d3
New Member
Registered: 2017-08-26
Posts: 2

Problem with special characters on keyboard

Hi, yesterday i installed the BL on my computer(my first linux,yay), and some of the special characters are in the wrong key when i use the Shift. Like, S+2 = " not  @, S+7 = /  not & because it is on 6 and various other keys. I'm latin american so we also have the ç. I cant find how to fix that, anyone know how?

Offline

#2 2017-08-26 16:25:32

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Problem with special characters on keyboard

sudo dpkg-reconfigure keyboard-configuration

Menu -> Help & Resources -> Debian -> Wiki -> https://wiki.debian.org/Keyboard


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2017-08-26 16:37:19

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Problem with special characters on keyboard

Welcome to Linux and BunsenLabs.

Setup your Keyboard:

sudo dpkg-reconfigure keyboard-configuration

follow the instructions...
1. Select your keyboard:
2017-08-26_133007_Scrot11.th.jpg
2. Select your Language
2017-08-26_134255_Scrot11.th.jpg
2a. Brasil maybe?
2017-08-26_134700_Scrot11.th.jpg
3. Keyboard Layout - from here on I used the default settings:
2017-08-26_133603_Scrot11.th.jpg
2017-08-26_133616_Scrot11.th.jpg
2017-08-26_133631_Scrot11.th.jpg
2017-08-26_133644_Scrot11.th.jpg

When done restart your keyboard:

sudo service keyboard-setup restart

When done your file: /etc/default/keyboard should look something like this:

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="microsoftpro"
XKBLAYOUT="latam"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"

Brasil? latam

Last edited by Sector11 (2017-08-26 16:50:44)


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#4 2017-08-26 16:47:08

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Problem with special characters on keyboard

Sector11 wrote:

...
When done restart your keyboard:

sudo service keyboard-setup restart

..

Or with the modern systemd setup, as used by BL...

sudo systemctl restart keyboard-setup.service

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#5 2017-08-26 16:52:07

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Problem with special characters on keyboard

You ninja'd me while I was adding images ... smile  or would that be sad


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#6 2017-08-26 16:53:50

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Problem with special characters on keyboard

damo wrote:
Sector11 wrote:

...
When done restart your keyboard:

sudo service keyboard-setup restart

..

Or with the modern systemd setup, as used by BL...

sudo systemctl restart keyboard-setup.service

Now you ave me wondering if

sudo service keyboard-setup restart

still works ... smile

@ n0m4d3 - follow damo's advise, it's more 'up to date' than mine.

Stop ninja'ing me.... lol lol lol lol
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

Last edited by Sector11 (2017-08-26 17:10:40)


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#7 2017-08-26 17:02:48

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Problem with special characters on keyboard

Sector11 wrote:

...
Now you ave me wondering if

sudo service keyboard-setup restart

still works ... smile

AFAIK, systemd copes with the old method (using systemd-shim?), but new habits may be good wink


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#8 2017-08-26 18:05:51

n0m4d3
New Member
Registered: 2017-08-26
Posts: 2

Re: Problem with special characters on keyboard

After i finish the configuration the terminal show me this
https://scrot.moe/image/6239U
Some of the keys are correct but many others continues completly wrong.
Maybe i failed in the installation?

Offline

#9 2017-08-26 18:19:40

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Problem with special characters on keyboard

I get that as well, but my keyboard still works:

 26 Aug 17 @ 15:12:40 ~
   $ sudo dpkg-reconfigure keyboard-configuration
[sudo] password for sector11: 
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
 
 26 Aug 17 @ 15:12:57 ~
   $ 

Try again and at this screen (latam - Brasil or latam Spanish) select different options.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#10 2017-08-26 18:28:47

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Problem with special characters on keyboard

Try:

sudo apt install console-data

I think that should offer more options.

It may be worth adding that to the default package list if it provides missing functionality.

EDIT: use "Select keymap from full list." when asked.

Last edited by Head_on_a_Stick (2017-08-26 18:30:43)

Offline

Board footer

Powered by FluxBB