View previous topic :: View next topic |
Author |
Message |
Treco n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 May 2004 Posts: 35
|
Posted: Mon Oct 15, 2007 5:11 am Post subject: Grub com teclado em Português de Portugal HOWTO |
|
|
Farto de andar com as teclas todas trocadas no Grub lá arranjei maneira de o pôr mais prático;
Em princípio só precisam de acrescentar no ficheiro
/boot/grub/grub.conf
Code: | setkey doublequote at
setkey ampersand caret
setkey slash ampersand
setkey parenleft asterisk
setkey parenright parenleft
setkey equal parenright
setkey quote minus
setkey question underscore
setkey guillemotleft equal
setkey guillemotright plus
setkey plus bracketleft
setkey asterisk braceleft
setkey dead_acute bracketright
setkey dead_grave braceright
setkey ccedilla semicolon
setkey Ccedilla colon
setkey masculine quote
setkey ordfeminine doublequote
setkey backslash backquote
setkey bar tilde
setkey dead_tilde backslash
setkey dead_circumflex bar
setkey semicolon less
setkey colon greater
setkey minus slash
setkey underscore question
|
não sei se é de alguma utilidade para vocês, mas pra mim já é alguma ajuda.
PS: ainda não testei, estou recompilando o sistema outra vez... ![Twisted Evil :twisted:](images/smiles/icon_twisted.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Treco n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 May 2004 Posts: 35
|
Posted: Fri Oct 19, 2007 7:19 am Post subject: |
|
|
Até funciona... sempre é uma ajuda;
Só não dão os acentos(dead keys) e o 'ç', de resto está bom, acerta com as teclas no edit do grub no arranque,
deixo o exemplo do meu grub.conf:
Code: | /boot/grub/grub.conf
# Keymap
setkey doublequote at
setkey ampersand caret
setkey slash ampersand
setkey parenleft asterisk
setkey parenright parenleft
setkey equal parenright
setkey quote minus
setkey question underscore
setkey plus bracketleft
setkey asterisk braceleft
setkey dead_acute bracketright
setkey dead_grave braceright
setkey backslash backquote
setkey bar tilde
setkey dead_tilde backslash
setkey dead_circumflex bar
setkey semicolon less
setkey colon greater
setkey minus slash
setkey underscore question
default 0
timeout 5
# Genkernel generated entry, see GRUB documentation for details
title=Gentoo Linux (2.6.22-gentoo-r8)
root (hd0,5)
kernel /kernel-genkernel-x86-2.6.22-gentoo-r8 root=/dev/ram0 init=/linuxrc real_root=/dev/hda7
initrd /initramfs-genkernel-x86-2.6.22-gentoo-r8
|
Serviu de alguma coisa a alguém?
[[]] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|