Re: [請益] MAC有一個螢幕熱點的功能
※ 引述《dowbatw (Dowbatw)》之銘言:
: MAC有一個螢幕熱點的功能
: 只要滑鼠快速移動到螢幕的某個角落
: 就可以執行某些特定動作
: 像是開啟expose,dash board,回到桌面等等
: 請問各位高手在windows之下有沒有支援這樣功能的軟體?
我自己參考了一下各處的文章
發現AutoHotkey應該可以符合我的要求
寫了以下的程式:
#Persistent
SetTimer, WatchCursor, 100
return
WatchCursor:
CoordMode, mouse, Screen
MouseGetPos, xpos, ypos
if (xpos > 1000) and (ypos = 0) {
Run C:\Program Files\Windows Sidebar\sidebar.exe
sleep, 0
}
if (xpos = 0) and (ypos = 0) {
Send #{d}
sleep, 1000
return
}
上面的功能是只要滑鼠移到左上角就會回到桌面
移到右上角就會開啟Windows資訊看板
是個很好用的軟體
可是程式沒學過實在不好寫更進階的功能@@
---
題外話
現在微軟的sidebar gadget 還真的不是普通的爛
他本身是不錯的
可是沒有實用的小工具
我想要一個可以像MAC裡面的Oxford辭典的Gadget該去哪裡找?
然後所有上面Google Search Gadget全部都是用IE開啟網頁,令我傻眼!
--
"The primary and necessary object of all existence is to be happy, but
happiness cannot be obtained individually; it is useless to expect isolated
happiness; all must partake of it or the few will never enjoy it."
- Robert Owen (1771-1858)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.119.196.145
※ 編輯: dowbatw 來自: 140.119.196.145 (04/17 03:13)
※ 編輯: dowbatw 來自: 140.119.196.145 (04/17 04:17)
※ 編輯: dowbatw 來自: 140.119.196.145 (04/17 04:17)
※ 編輯: dowbatw 來自: 140.119.196.145 (04/17 04:25)
推
04/18 21:49, , 1F
04/18 21:49, 1F
→
05/03 23:17, , 2F
05/03 23:17, 2F
討論串 (同標題文章)
EZsoft 近期熱門文章
PTT數位生活區 即時熱門文章