[SOLVED] Re: Accent keys in X11

2005-06-18 Thread Alejandro Pulver
On Thu, 16 Jun 2005 15:04:19 -0300
Alejandro Pulver [EMAIL PROTECTED] wrote:

 Hello,
 
 How can I use accent keys in X11?
 
 Thanks and Best Regards,
 Ale

Sorry for replying to my own post but I found
the solution (for English keyboards):

=
Using non ASCII standard characters under X11
=

Keyboard Configuration:

Option XkbLayout en_US

=

Possible combinations:

Alt + char
Shift + Alt + char
Shift, Alt + char

Notes:

The Alt to be pressed is the right one.

The string char has to be replaced with a key,
with or without Shift.

Alt + char means to press and hold the Alt key
and then press char.

Shift + Alt + char means to press and hold the
Shift key, press and hold the
Alt key, and press char.

Shift, Alt + char means to press and hold the
Shift key, press and hold the Alt key, release
the Shift key and press char.

=

Some common characters:

   Shift, Alt + ', char
   Alt + ', char
   Shift + Alt + ', char
   Shift, Alt + `, char
   Shift + Alt + `, char
   Shift + Alt + `, char

=
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Accent keys in X11

2005-06-16 Thread Jose Luis Alarcon Sanchez
On Thu, 2005-06-16 at 15:04 -0300, Alejandro Pulver wrote:
 Hello,
 
 How can I use accent keys in X11?
 
 Thanks and Best Regards,
 Ale

Hola Alejandro.

Do you have this line:

Option  XkbLayout es

in the Section InputDevice in the file /usr/X11R6/lib/X11/xorg.conf?

Hope this help.

Regards.

Jose.


-- 
http://www.lordofunix.org

Not Registered GNU/Hurd User.
Registered BSD User 51101.
Registered Linux User #213309.
Memories. You are talking about memories. 
Rick Deckard. Blade Runner.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Accent keys in X11

2005-06-16 Thread Alejandro Pulver
On Thu, 16 Jun 2005 20:15:50 +0200
Jose Luis Alarcon Sanchez [EMAIL PROTECTED] wrote:

 On Thu, 2005-06-16 at 15:04 -0300, Alejandro Pulver wrote:
  Hello,
  
  How can I use accent keys in X11?
  
  Thanks and Best Regards,
  Ale
 
 Hola Alejandro.
 
 Do you have this line:
 
 OptionXkbLayout es
 
 in the Section InputDevice in the file /usr/X11R6/lib/X11/xorg.conf?
 
 Hope this help.
 
 Regards.
 
 Jose.
 

Hello,

Thank you for your reply.

I did not mention it, but I have an English (pc-104) keyboard.

How can I do to use the Spanish accents with the English keyboard?

And can I use the characters I do not have (like )?

Thanks and Best Regards,
Ale
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]