Retourner au contenu associé (entrée de forum : Sauver emacs à distance)
Posté par grumly_ le 07 juillet 2005 à 13:26. En réponse au message Sauver emacs à distance. Évalué à 5.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Screen ?
Posté par grumly_ . En réponse au message Sauver emacs à distance. Évalué à 5.
xsendkey is a simple tool for generating keypresses in X. Simply specify the window ID (e.g. from xwininfo), keysym name (see <X11/keysymdef.h> for the complete list), and shift modifiers, and it will dispatch the key.
e.g. xsendkey -window 0x3800026 Control+Shift+A
http://pag.csail.mit.edu/~adonovan/hacks/xsendkey.html(...)