xsel to move text selections back and forth from a
tvtwm nested in a Xephyr and another display (e.g. the parent):
"C" = m4 : all : f.exec "xsel -o | xsel --display :0.0 -i"
"V" = m4 : all : f.exec "xsel --display :0.0 -o | xsel -i"
Super_L+C copies the current selection in a
tvtwm managed display to :0.0
Super_L+V copies the current selection from :0.0 into the tvtwm managed display selection
mod4 (m4) is Super_L, mapped to the MSWin key, when:
- Windows Key is Super_L from xev
- Super_L is mapped inside Xephyr to mod4
And the mapping from inside the Xephyr display can be determined by:
$ xmodmap -p|grep Super_L
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
$
The opposite direction from KDE4 to Xephyr:
System-Settings->Shortcuts and Gestures->Custom Shortcuts->Edit->New->Global Shortcut->Command/URL
The two new shortcuts can be put into a their own group and then exported/imported.