devdraw: map X11 dead_diaresis to double quote
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6690049
This commit is contained in:
parent
33cdf63251
commit
e4122a42b9
2 changed files with 46 additions and 42 deletions
|
|
@ -11,6 +11,7 @@ Anthony Martin <ality@pbrane.org>
|
||||||
Anthony Sorace <a@9srv.net>
|
Anthony Sorace <a@9srv.net>
|
||||||
Arvindh Rajesh Tamilmani <art@a-30.net>
|
Arvindh Rajesh Tamilmani <art@a-30.net>
|
||||||
Benjamin Huntsman <BHuntsman@mail2.cu-portland.edu>
|
Benjamin Huntsman <BHuntsman@mail2.cu-portland.edu>
|
||||||
|
Caio Oliveira <cmarcelo@gmail.com>
|
||||||
Christopher Brannon <chris@the-brannons.com>
|
Christopher Brannon <chris@the-brannons.com>
|
||||||
David du Colombier <0intro@gmail.com>
|
David du Colombier <0intro@gmail.com>
|
||||||
David Jeannot <djeannot24@gmail.com>
|
David Jeannot <djeannot24@gmail.com>
|
||||||
|
|
|
||||||
|
|
@ -843,6 +843,9 @@ long _p9keysym2ucs(KeySym keysym)
|
||||||
case 0xfe50: /*dead_grave*/
|
case 0xfe50: /*dead_grave*/
|
||||||
keysym = 0x0060; /*grave*/
|
keysym = 0x0060; /*grave*/
|
||||||
break;
|
break;
|
||||||
|
case 0xfe57: /*dead_diaresis*/
|
||||||
|
keysym = 0x0022; /*quotedbl*/
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue