不過還是得找替代
查一查好像就 Shutter 沒得選
但是沒有內建快捷鍵
查了一下要直接改 Lubuntu 內的檔案
來囉
到 ~/.config/openbox/ 資料夾
用 gedit 打開 lubuntu-rc.xml
找到下面這坨(?
<!-- Take a screenshot of the current window with scrot when Alt+Print are pressed -->
<keybind key="A-Print">
<action name="Execute">
<command>lxsession-default screenshot window</command>
</action>
</keybind>
直接在下方加上
<!-- Take a screenshot use shutter - select -->
<keybind key="S-Print">
<action name="Execute">
<command>shutter -s</command>
</action>
</keybind>
<!-- Take a screenshot use shutter - full -->
<keybind key="Print">
<action name="Execute">
<command>shutter -f</command>
</action>
</keybind>
<!-- Take a screenshot use shutter - window -->
<keybind key="C-Print">
<action name="Execute">
<command>shutter -w</command>
</action>
</keybind>
主要就是跟 PicPick 對應的快捷鍵Shift+PrtSc:滑鼠選取自訂大小區塊
PrtSc:全螢幕
Ctrl+PtrSc:滑鼠選取視窗
參考資料:
在lubuntu中设置快捷键


沒有留言:
張貼留言