哪吒机器人提醒:

提醒:簡睿隨筆
【标题】AutoHotkey與Google+ Commander合用-以滑鼠移動訊息位置
【摘要】周五下午在忙碌告一段落後,打開google+瀏覽社交圈分享了那些訊息。為了方便瀏覽就加了一段autohotkey設定,讓按〔滑鼠中鈕〕(middle button)跳到下一則訊息,〔shift中鈕〕則往上一則訊息,同時也將google reader設置了相同功能。當方便用鍵盤時,就用j/k鍵(google reader則是n/p鍵),不想按鍵盤就按滑鼠中鈕。google+是透過google+ commander來達成,如果使用firefox則必須先安裝greasemonkey:google+ commander: http://userscripts.org/scripts/show/106293 $mbutton:: wingetclass,sclass,a ;;msgbox $%sclass%$ ;; fm=7-zip window if (sclass="tfcformmain" || sclass="fm") { send, {bs} } else if (sclass="cabinetwclass" || sclass="#32770") { se... (10-31 21:21)