Public bug reported:
Trivial program that will crash gnome-terminal. Select some text in
gnome-terminal and run this:
#include
int main()
{
Display* dpy = XOpenDisplay(0);
Atom selection = XInternAtom(dpy, "PRIMARY", False);
Atom target = XInternAtom(dpy, "STRING", False);
Window table
As in comment 101, the current behavior of X prevents a lot of
interesting usage of shift keys as shortcuts.
A Windows-only compose key program uses the "ctrl" key as the compose
key. This is apparently impossible to do in X input methods because you
can only bind actions to the press of "ctrl". W