孫小芳のBlender部屋

FB

2016年8月11日

Blender和ubuntu的熱鍵競爭

系統:kubuntu14.04
狀況:Alt+右鍵無法連選
原因:blender的熱鍵與kubuntu內部視窗,標題列和邊框的熱鍵出現衝突
解決方案:更改kubuntu熱鍵
系統設定-視窗行爲-視窗行爲-視窗動作-組合鍵-Alt改成Meta
參考資料

2016年8月10日

在 Thunderbird 用 Chromium 開起連結

編集>設定(N)>詳細>設定エディタ(C)>
最新の注意を払って使用する
 warn-と入力
network.protocol-handler.warn-external.http=true
network.protocol-handler.warn-external.https=true


 /usr/bin/google-chrome-stable
 今後httpリンクは同様に処理する>OK

2016年8月7日

kubuntu14.04 使用 wacom

在 Home/ユーザー下面新增檔案wacom.sh

#!/bin/sh
xsetwacom --set "Wacom Intuos5 touch S Pen stylus" Button 2 "button +2"
xsetwacom --set "Wacom Intuos5 touch S Pen stylus" Button 3 "button 3"
xsetwacom set "Wacom Intuos5 touch S Pad pad" AbsWheelDown
xsetwacom set "Wacom Intuos5 touch S Pad pad" AbsWheelUp
システム設定>起動と終了>自動起動>スクリプトファイル> /home/ユーザー名/wacom.sh(起動時実行)