Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
I've wracked my brain left, and I banged it right. I threw a few bits of code in, and I removed a few lines of bruhaha...Can someone please explain what am I missing?
Well, I huffed and I puffed, but I just couldn't blow the house down...
Here's some thoughts I've had while going from start to nowhere...
From keysymdef.h (Everything I've read states that the xkb files use this file, however, I do not understand why the defs have XK_ prefixed when they are not used like this in the xkb files).
Code:
#define XK_AE 0x00c6 /* U+00C6 LATIN CAPITAL LETTER AE */
#define XK_ae 0x00e6 /* U+00E6 LATIN SMALL LETTER AE */
#define XK_a 0x0061 /* U+0061 LATIN SMALL LETTER A */
#define XK_A 0x0041 /* U+0041 LATIN CAPITAL LETTER A */
#define XK_dead_grave 0xfe50
#define XK_agrave 0x00e0
0x00e0 is the character AE11 + AC01
Search for agrave in Latin symbol, NOT FOUND.
Search for agrave in es symbol, NOT FOUND.
In character map, 0xFE50 is shown as a small comma in the common unicode characters.
"basic"
key <AC01> { [ a, A, ae, AE ] };
"type2"
key <AC01> { [ a, A, ordfeminine, masculine ] };
XK_AE is the letter Æ.
ordfeminine is ª.
No where in any of these files does it show the dead keys, AE11 = [ and { on the us keyboard, pressing AE11 with AC01 in the spanish keyboard gives à and â, but I do not see these defined anywhere...
Questions I ask myself:
So where are these files at? Or are the dead keys predefined and there is no way to redefine them or define new ones?
Are groups a little more involved than what every site has mentioned, or is there some information that I do not understand?
[edit]
Dead key files have nothing to do with dead key...Instead the files are named compose...
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe