谷村です。
すでに解決済みのようですが。。。
[vine-users:075982]の報告と同様に、私の手元にあるVine4.0マシン2台とも、デ
フォルトでスクリーンショットのショートカットに割り当ててあるPrintScreen
キーが動作しません。
xevでPrintScreenを押下した結果は下記の通りになっています。
KeyPress event, serial 29, synthetic NO, window 0x3e00001,
root 0x4c, subw 0x0, time 344503745, (1330,612), root:(1340,691),
state 0x10, keycode 111 (keysym 0xff61, Print), same_screen YES,
XKeysymToKeycode returns keycode: 92
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 29, synthetic NO, window 0x3e00001,
root 0x4c, subw 0x0, time 344503905, (1330,612), root:(1340,691),
state 0x10, keycode 111 (keysym 0xff61, Print), same_screen YES,
XKeysymToKeycode returns keycode: 92
XLookupString gives 0 bytes:
PrintScreenキー事態は認識されているように見えます。
ところで、PrintScreenで起動するはずのプログラム名はgnome-screeshotまたは
gnome-panel-screenshotです。
$ gnome-screenshot --help-gnome-screenshot
用法:
gnome-panel-screenshot [オプション...] 画面全体のスクリーンショットを撮る
スクリーンショットのオプション
--window Grab a window instead of the entire screen
--include-border Include the window border with the screenshot
--delay=seconds Take screenshot after specified delay [in seconds]
--border-effect=effect Effect to add to the border
~/.bashrcに
alias scsho='gnome-panel-screenshot --window --include-border --delay=2'
などと書いておいてやると、便利かもしれません。