Can't link files in Xmind

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
Rattlehead
Posts: 368
Joined: Thu 11 Sep 2008, 11:40

#31 Post by Rattlehead »

Hey Wolfgang,

long time due to the forum failure. In the meantime, I asked at the Xdotool mailing list about weird characters, and here's the reply by the developer himself:
Yeah some of the character mapping names can be confusing. In general, 'xdotool key' characters valid are any 'key symbol' or XKeysym.

The 'keysymdef.h' file in X11 will help you. Any 'XK_'-prefixed name is valid; simply drop the 'XK_' part.

http://cgit.freedesktop.org/xorg/proto/ ... eysymdef.h

For example, to have xdotool send 'a' with umlaut/diaeresis, do:

xdotool key adiaeresis

The capital letter form is 'Adiaeresis' (look in the above keysymdef.h for XK_Adiaeresis)

User avatar
Rattlehead
Posts: 368
Joined: Thu 11 Sep 2008, 11:40

#32 Post by Rattlehead »

WTF? It continues showing blank posts... sorry for the garbage, I'm just trying to post in my usual way here

User avatar
Rattlehead
Posts: 368
Joined: Thu 11 Sep 2008, 11:40

#33 Post by Rattlehead »

Damn, here I come again

I wrote to Xdotool developer and this is what he said:
Yeah some of the character mapping names can be confusing. In general, 'xdotool key' characters valid are any 'key symbol' or XKeysym.

The 'keysymdef.h' file in X11 will help you. Any 'XK_'-prefixed name is valid; simply drop the 'XK_' part.
http://cgit.freedesktop.org/xorg/proto/ ... eysymdef.h

For example, to have xdotool send 'a' with umlaut/diaeresis, do:

xdotool key adiaeresis

The capital letter form is 'Adiaeresis' (look in the above keysymdef.h for XK_Adiaeresis)

Post Reply