[CLI]hoe van qwerty naar azerty

Pagina: 1
Acties:

  • CrimInalA
  • Registratie: Mei 2002
  • Niet online
Ok , ik gebruik dus geen x op mijn systeempje . het enige irritante is dat ik dikwijls achter tekens moet gaan zoeken omdat mijn keyboard op qwerty staat .
iemand een oplossing om de taal/toestenborindeling vanuit cli aan te passen ? }:O


ps: gelieve titel aan te passen naar [CLI]hoe van qwerty naar azerty .

  • ACM
  • Registratie: Januari 2000
  • Niet online

ACM

Software Architect

Werkt hier

andere topictitel gegeven :)

Verwijderd

Even een quote uit een LFS boekje:
Configuring your keyboard

Nothing is more annoying than using Linux with a wrong keymap loaded for your keyboard. If you have a default US keyboard, you can skip this section. The US keymap file is the default if you don't change it.

To set the default keymap file, create the /usr/share/kbd/keymaps/defkeymap.map.gz symlink by running the following commands:

cd /usr/share/kbd/keymaps &&
ln -s <path/to/keymap> defkeymap.map.gz

Replace <path/to/keymap> with the your keyboard's map file. For example, if you have a Dutch keyboard, you would run:

ln -s i386/qwerty/nl.map.gz defkeymap.map.gz

An second option to configure your keyboard's layout is to compile the keymap directly into the kernel. This will make sure that your keyboard always works as expected, even when you have booted into maintenance mode (by passing `init=/bin/sh' to the kernel) in which case the bootscript that normally sets up your keymap isn't run.

If you didn't create the defkeymap.map.gz file and going with the default US keymap, then again you don't have to do anything. The kernel compiles a suitable keymap by default that'll work just fine for you, so skip the next command.

Run the following commands to accomplish that:

loadkeys -m /usr/share/kbd/keymaps/defkeymap.map.gz > \
/usr/src/linux/drivers/char/defkeymap.c
Zoiets ?

  • CrimInalA
  • Registratie: Mei 2002
  • Niet online
zag er op het eerste zicht niet slecht uit .

de dir /usr/share bestond , de subdirs /kbd/keymaps/ heb ik moeten aanmaken alsook de defkeymap.map.gz file .
als ik dat commando doe , dus na && krijg ik dan
>ln -s /lib/kbd/keymaps/i386/qwerty/nl.kmap.gz

dan geeft hij een fout :
bash: cd: /usr/share/kbd/keymaps/defkeymap.map.gz: Not a directory

:'( *help* }:O

Verwijderd

Ik denk dat je dan nog keyboard-maps moet installeren. Package heet kbd en zal vast bij je distro zitten. Anders even de source van ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/ halen :)

  • XTerm
  • Registratie: Juli 2001
  • Laatst online: 10-06-2025
Welke distro gebruik je ?

Redhat :: kbdconfig
LFS :: zie hierboven
Gentoo :: /etc/rc.conf

  • CrimInalA
  • Registratie: Mei 2002
  • Niet online
grr ik probeer hier al 2 uur te posten , en elke keer als ik op post reply druk krijg ik 'bedankt voor te posten , u wordt nu teruggeleid naar de thread' of zoiets . ongelooflijk irritant .

om terug te komen op mijn vraag : ik grbeuik dus een gestripte versie van red hat . en inderdaad .. die kbdconfig is een wondermiddel ! je moet het maar weten :) *D
heb het gewoon op 'azerty' gezet en dat spel werkt voortreffelijk . BEDANKT !! :Y)
Pagina: 1