星期四, 5月 21, 2009

LXDE screenshot shutter 螢幕擷圖

system:debian sid

1.> 安裝shutter> aptitude install shutter
2.> 新增keybinding> leafpad ~/.config/openbox/lxde-rc.xml

<keydoard>
(add something here)
</keydoard>

新增 keybinding for PrintScreen
<!--keybindings for Screenshot -->
<keybind key="Print">
<action name="Execute">
<command>shutter --full</command>
</action>
</keybind>

新增 another options for ALT+PrintScreen
<keybind key="A-Print">
<action name="Execute">
<command>shutter --window</command>
</action>
</keybind>

3.> recycle openbox config (reload設定檔)>
openbox --reconfigure

TEST IT!
just press printscreen,press printscreen...

沒有留言 :