modify keyboard layout

2009-05-05 Thread mobidyc
Hello, I want to modify the layout for an azerty keyboard. actually when the CAPSLOCK is active, i can't write numbers like the SHIFT key let me do this. After some discussion, the way I want to use my keyboard is considered as a Windows bug and I totally agree whit this. But the fact is that I

Re: modify keyboard layout

2009-05-05 Thread Peter Hutterer
On Tue, May 05, 2009 at 11:51:12PM +0200, mobidyc wrote: > Hello, > > I want to modify the layout for an azerty keyboard. > actually when the CAPSLOCK is active, i can't write numbers like the > SHIFT key let me do this. setxkbmap -option "caps:shiftlock" might do what you want. Note that this a

Re: modify keyboard layout

2009-05-05 Thread mobidyc
Peter Hutterer a écrit : > On Tue, May 05, 2009 at 11:51:12PM +0200, mobidyc wrote: > >> Hello, >> >> I want to modify the layout for an azerty keyboard. >> actually when the CAPSLOCK is active, i can't write numbers like the >> SHIFT key let me do this. >> > > setxkbmap -option "caps:shif

Re: modify keyboard layout

2009-05-06 Thread Gregory Smirnov
2009/5/6 mobidyc : > Peter Hutterer a écrit : >> On Tue, May 05, 2009 at 11:51:12PM +0200, mobidyc wrote: >> >>> Hello, >>> >>> I want to modify the layout for an azerty keyboard. >>> actually when the CAPSLOCK is active, i can't write numbers like the >>> SHIFT key let me do this. >>> >> >> setxkb

Re: modify keyboard layout

2009-05-06 Thread Éric Piel
mobidyc schreef: > Peter Hutterer a écrit : >> On Tue, May 05, 2009 at 11:51:12PM +0200, mobidyc wrote: >> >>> Hello, >>> >>> I want to modify the layout for an azerty keyboard. >>> actually when the CAPSLOCK is active, i can't write numbers like the >>> SHIFT key let me do this. >>> >> se

Re: modify keyboard layout

2009-05-06 Thread mobidyc
On Wed, May 6, 2009 at 9:46 AM, Gregory Smirnov wrote: > 2009/5/6 mobidyc : > > Peter Hutterer a écrit : > >> On Tue, May 05, 2009 at 11:51:12PM +0200, mobidyc wrote: > >> > >>> Hello, > >>> > >>> I want to modify the layout for an azerty keyboard. > >>> actually when the CAPSLOCK is active, i ca

Re: modify keyboard layout

2009-05-06 Thread mobidyc
Concerning this thread, I don't understand why the level3 not writing the same location symbol. Currently, the activation of CAPSLOCK writes the symbol in the upper right to the buttons on the front row and symbol in the upper left for other keys. it makes me confused. However, I am not trying to

Re: modify keyboard layout

2009-05-06 Thread Mauricio Martinez Garcia
Hi, I want to modify too, the layout for an latam keyboard, actually, i can't use keys of internet keyboard. My laptop is a Presario F755LA. The keys: Volume Up, Down, Stop, Pause. the program xev send: KeyPress event, serial 35, synthetic NO, window 0x1e1, root 0x1a6, subw 0x0,

Re: modify keyboard layout

2009-05-09 Thread mobidyc
Hello, all I want to do is to redefine the keyboard mapping for the first row. I tried to modify the /usr/share/X11/xkb/symbols/fr file like this: // First row key { [ twosuperior, threesuperior, onesuperior, dead_cedilla ] }; // ² ³ ¹ ¸ key { [ ampersand, 1, dead_caron, 1 ] }; // & 1 ? ? key

Re: modify keyboard layout

2009-05-10 Thread Timothy S. Nelson
On Sat, 9 May 2009, mobidyc wrote: > Hello, > > all I want to do is to redefine the keyboard mapping for the first row. > > I tried to modify the /usr/share/X11/xkb/symbols/fr file like this: [snip] How did you go about ensuring that you had the correct keyboard map loaded? Have you tri

Re: modify keyboard layout

2009-05-10 Thread Peter Hutterer
On Mon, May 11, 2009 at 11:58:29AM +1000, Timothy S. Nelson wrote: > On Sat, 9 May 2009, mobidyc wrote: > > > Hello, > > > > all I want to do is to redefine the keyboard mapping for the first row. > > > > I tried to modify the /usr/share/X11/xkb/symbols/fr file like this: > [snip] > > How d

Re: modify keyboard layout

2009-05-11 Thread aivils
Citēju "Timothy S. Nelson" : > How did you go about ensuring that you had the correct keyboard map > loaded? Have you tried setxkbmap with the -print option? > > (Btw, I'm no expert, and I haven't been able to find documentation > either). http://www.freedesktop.org/wiki/Software/XK