mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 13:38:37 +02:00
keysysm: Added SSHARP
In Germany “ẞ” is the official upper case of “ß” when using all-caps. Therefore its keysym deserves a proper symbolic name. Signed-off-by: Pierre Le Marre <de@wismill.eu>
This commit is contained in:
parent
173e59cb9e
commit
f2b124c888
2 changed files with 9 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ SOFTWARE.
|
|||
#define XK_MATHEMATICAL
|
||||
#define XK_BRAILLE
|
||||
#define XK_SINHALA
|
||||
#define XK_GERMAN
|
||||
|
||||
#include <X11/keysymdef.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2585,3 +2585,11 @@ SOFTWARE.
|
|||
#define XK_Sinh_luu2 0x1000df3 /* U+0DF3 SINHALA VOWEL SIGN DIGA GAYANUKITTA */
|
||||
#define XK_Sinh_kunddaliya 0x1000df4 /* U+0DF4 SINHALA PUNCTUATION KUNDDALIYA */
|
||||
#endif /* XK_SINHALA */
|
||||
|
||||
/*
|
||||
* German
|
||||
*/
|
||||
|
||||
#ifdef XK_GERMAN
|
||||
#define XK_SSHARP 0x1001e9e /* U+1E9E LATIN CAPITAL LETTER SHARP S */
|
||||
#endif /* XK_GERMAN */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue