Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions KeysymsUni.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@
"downcaret" : 0x2228,
"downshoe" : 0x222A,
"downstile" : 0x230A,
"downtack" : 0x22A5,
"downtack" : 0x22A4,
"dstroke" : 0x111,
"e" : 0x65,
"eabovedot" : 0x117,
Expand Down Expand Up @@ -1170,7 +1170,7 @@
"leftshoe" : 0x2282,
"leftsinglequotemark" : 0x2018,
"leftt" : 0x251C,
"lefttack" : 0x22A2,
"lefttack" : 0x22A3,
"less" : 0x3C,
"lessthanequal" : 0x2264,
"lf" : 0x240A,
Expand Down Expand Up @@ -1281,7 +1281,7 @@
"rightshoe" : 0x2283,
"rightsinglequotemark" : 0x2019,
"rightt" : 0x2524,
"righttack" : 0x22A3,
"righttack" : 0x22A2,
"s" : 0x73,
"sabovedot" : 0x1E61,
"sacute" : 0x15B,
Expand Down Expand Up @@ -1354,7 +1354,7 @@
"uprightcorner" : 0x2510,
"upshoe" : 0x2229,
"upstile" : 0x2308,
"uptack" : 0x22A4,
"uptack" : 0x22A5,
"uring" : 0x16F,
"utilde" : 0x169,
"v" : 0x76,
Expand Down
8 changes: 4 additions & 4 deletions utils/keysymdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -1496,20 +1496,20 @@ SOFTWARE.
#define XK_downcaret 0x0ba8 /*(U+2228 LOGICAL OR)*/
#define XK_upcaret 0x0ba9 /*(U+2227 LOGICAL AND)*/
#define XK_overbar 0x0bc0 /*(U+00AF MACRON)*/
#define XK_downtack 0x0bc2 /* U+22A5 UP TACK */
#define XK_downtack 0x0bc2 /* U+22A4 DOWN TACK */
#define XK_upshoe 0x0bc3 /*(U+2229 INTERSECTION)*/
#define XK_downstile 0x0bc4 /* U+230A LEFT FLOOR */
#define XK_underbar 0x0bc6 /*(U+005F LOW LINE)*/
#define XK_jot 0x0bca /* U+2218 RING OPERATOR */
#define XK_quad 0x0bcc /* U+2395 APL FUNCTIONAL SYMBOL QUAD */
#define XK_uptack 0x0bce /* U+22A4 DOWN TACK */
#define XK_uptack 0x0bce /* U+22A5 UP TACK */
#define XK_circle 0x0bcf /* U+25CB WHITE CIRCLE */
#define XK_upstile 0x0bd3 /* U+2308 LEFT CEILING */
#define XK_downshoe 0x0bd6 /*(U+222A UNION)*/
#define XK_rightshoe 0x0bd8 /*(U+2283 SUPERSET OF)*/
#define XK_leftshoe 0x0bda /*(U+2282 SUBSET OF)*/
#define XK_lefttack 0x0bdc /* U+22A2 RIGHT TACK */
#define XK_righttack 0x0bfc /* U+22A3 LEFT TACK */
#define XK_lefttack 0x0bdc /* U+22A3 LEFT TACK */
#define XK_righttack 0x0bfc /* U+22A2 RIGHT TACK */
#endif /* XK_APL */

/*
Expand Down
8 changes: 4 additions & 4 deletions utils/keysyms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -863,20 +863,20 @@
0x0ba8 U2228 d # downcaret
0x0ba9 U2227 d # upcaret
0x0bc0 U00af d # overbar
0x0bc2 U22a5 . # downtack
0x0bc2 U22a4 . # downtack
0x0bc3 U2229 d # upshoe
0x0bc4 U230a . # downstile
0x0bc6 U005f d # underbar
0x0bca U2218 . # jot
0x0bcc U2395 . # quad
0x0bce U22a4 . # uptack
0x0bce U22a5 . # uptack
0x0bcf U25cb . # circle
0x0bd3 U2308 . # upstile
0x0bd6 U222a d # downshoe
0x0bd8 U2283 d # rightshoe
0x0bda U2282 d # leftshoe
0x0bdc U22a2 . # lefttack
0x0bfc U22a3 . # righttack
0x0bdc U22a3 . # lefttack
0x0bfc U22a2 . # righttack
0x0cdf U2017 . # hebrew_doublelowline
0x0ce0 U05d0 . # hebrew_aleph
0x0ce1 U05d1 . # hebrew_bet
Expand Down