TODO: ctrl - mouse button2 in vim makes X freeze (unreproducable with cvs)
- don't let iso14755 or mouse reporting get into the way of perl
(could lead to global grabs never being cleared).
+ - moved Shift-Button2 paste combination to Meta-Button2.
- removed (unused) arabic presentation form composing sequences.
- correctly ask XIM for events it needs to be enabled on the window.
=item B<Insertion>:
-Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> window
-causes the value of the PRIMARY selection (Shift for CLIPBOARD) to be inserted
-as if it had been typed on the keyboard.
-B<Shift-Insert> causes the value of the PRIMARY selection to be inserted too.
+Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@>
+window causes the value of the PRIMARY selection (or CLIPBOARD with the
+Meta modifier) to be inserted as if it had been typed on the keyboard.
+
+Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
+inserted too.
=back
case Button2:
if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
- selection_request (ev.time, ev.state & ShiftMask ? Sel_Clipboard : Sel_Primary);
+ selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary);
break;
#ifdef MOUSE_WHEEL