mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 02:20:17 +01:00
keysymdef.h: add correctly spelled names for the left and right guillemet
And deprecate the misspelled ones -- guillemots are seabirds [1], guillemets are the sideways double chevrons [2]. [1] https://en.wikipedia.org/wiki/Guillemot [2] https://en.wikipedia.org/wiki/Guillemet This will allow to finally use properly spelt symbol names in the layouts of xkeyboard-config. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
9fa55c4115
commit
8cfcc91a3f
1 changed files with 4 additions and 2 deletions
|
|
@ -650,7 +650,8 @@ SOFTWARE.
|
|||
#define XK_diaeresis 0x00a8 /* U+00A8 DIAERESIS */
|
||||
#define XK_copyright 0x00a9 /* U+00A9 COPYRIGHT SIGN */
|
||||
#define XK_ordfeminine 0x00aa /* U+00AA FEMININE ORDINAL INDICATOR */
|
||||
#define XK_guillemotleft 0x00ab /* U+00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK */
|
||||
#define XK_guillemetleft 0x00ab /* U+00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK */
|
||||
#define XK_guillemotleft 0x00ab /* deprecated misspelling */
|
||||
#define XK_notsign 0x00ac /* U+00AC NOT SIGN */
|
||||
#define XK_hyphen 0x00ad /* U+00AD SOFT HYPHEN */
|
||||
#define XK_registered 0x00ae /* U+00AE REGISTERED SIGN */
|
||||
|
|
@ -666,7 +667,8 @@ SOFTWARE.
|
|||
#define XK_cedilla 0x00b8 /* U+00B8 CEDILLA */
|
||||
#define XK_onesuperior 0x00b9 /* U+00B9 SUPERSCRIPT ONE */
|
||||
#define XK_masculine 0x00ba /* U+00BA MASCULINE ORDINAL INDICATOR */
|
||||
#define XK_guillemotright 0x00bb /* U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK */
|
||||
#define XK_guillemetright 0x00bb /* U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK */
|
||||
#define XK_guillemotright 0x00bb /* deprecated misspelling */
|
||||
#define XK_onequarter 0x00bc /* U+00BC VULGAR FRACTION ONE QUARTER */
|
||||
#define XK_onehalf 0x00bd /* U+00BD VULGAR FRACTION ONE HALF */
|
||||
#define XK_threequarters 0x00be /* U+00BE VULGAR FRACTION THREE QUARTERS */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue