プロセスを支援するためにキーボードを使用する場合を除き、Firefoxとの間でデータをコピーするためにxterm翻訳リソースを変更する必要はありません。
2006年以降、 xtermにはselectToClipboard
、PRIMARY
選択(標準)とCLIPBOARD
(Firefoxなど)を切り替える機能があります。
一部のプログラムはプライマリ選択を使用し、一部のプログラムは使用しないため、xterm(controlmiddle-mouse)のメニューエントリです。
GNOMEアプリケーションのような制御文字に提案を適応させると、キーボードを使用でき、同時にメニューで2種類の選択を切り替えることができます。
xterm*VT100.Translations: #override \
Ctrl Shift <Key>V: insert-selection(SELECT) \n\
Ctrl Shift <Key>C: copy-selection(SELECT)
追加shiftInsertは元の意図により近いかもしれませんが:
xterm*VT100.Translations: #override \
Shift <Key>Insert: insert-selection(SELECT) \n\
Ctrl Shift <Key>V: insert-selection(SELECT) \n\
Ctrl Shift <Key>C: copy-selection(SELECT)
controlC通常、信号にはプレーンが割り当てられます。INTR
$ stty -a
speed 38400 baud; rows 40; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
参考文献:
xrdb ~/.Xresources
すると、デフォルト設定が破壊的に上書きされます。代わりにxrdb -merge ~/.Xresources