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:
Pierre Le Marre 2026-03-03 09:37:08 +01:00
parent 173e59cb9e
commit f2b124c888
No known key found for this signature in database
GPG key ID: 3BFB00E5C59E818E
2 changed files with 9 additions and 0 deletions

View file

@ -69,6 +69,7 @@ SOFTWARE.
#define XK_MATHEMATICAL
#define XK_BRAILLE
#define XK_SINHALA
#define XK_GERMAN
#include <X11/keysymdef.h>

View file

@ -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 */