Screen Thief 可以自己更改 [Hot Key] 啟動熱鍵, 您要不要試試看...
能不能貼一張您所抓的圖上來? 我試試看有沒有其他軟體可以觀看.
執行方式如下:
BT.exe /KEY:char|hex
/KEY:char|hex ;; --> Setting the Screen Capture Hot-Key
例如:
BT.exe /KEY:0 ;; --> [Ctrl] + [Alt] + [0]
BT.exe /KEY:F12 ;; --> [Ctrl] + [Alt] + [F12]
This switch selects the character, function or other key used
in combination with the shift keys (selected with the /SHIFTS
switch) which make up the screen capture hot-key. It accepts
single character values for the alphanumeric keys found on the
standard QWERTY keyboard layout, string values covering the
twelve possible function keys and hexadecimal values for any
remaining keys and non-QWERTY keyboard types.
/KEY:char Single characters in the range A through Z and
0 through 9. The default is set as T.
/KEY:str The function key names F1 through F12 only.
/KEY:hex A two digit hexadecimal number which is a valid
PC keyboard scancode, other than 1D, 2A, 36 and
38 which are the codes for the four shift keys.
Upper or lower case characters can be used.
|