Chetan

New Member
StrokesPlus là phần mềm miễn phí này gán các hành động dựa trên cử chỉ con chuột để tự động hay đơn giản hóa nhiều nhiệm vụ thông thường.

StrokesPlus có bản chất là một thay thế StrokeIt, nhưng với sự linh hoạt nhiều hơn. Nó rất nhẹ, chỉ sử dụng 250-400k bộ nhớ trong khi đang chạy. StrokesPlus sử dụng kịch bản cho những hành động tạo cho bạn một công cụ tuyệt vời của sức mạnh và tính linh hoạt.

Trang chủ :

Link download :


Thiếp lập cơ bản

*Add Action




*Add Gesture






*Lua script

Tất cả lua scipt


-Locate Window Actions:

+acFindWindow

+acFindWindowByTitleRegex

+acGetAllWindows

+acGetOwnerWindowByPoint

+acGetParentWindowByPoint

+acGetWindowByPoint

+acGetForegroundWindow

+acGetDesktopWindow


-Window State Actions:


+acActivateWindow

+acPauseResumeThreadList

+acSetProcessPriority

+acTerminateProcess

+acCloseApplication


-Window Placement Actions:


+acMoveWindow

+acMinimizeWindow

+acRestoreWindow

+acMaximizeWindow

+acMaximizeOrRestoreWindow

+acTileWindows


-Window Size Actions:


+acGetWindowLeft

+acGetWindowTop

+acGetWindowRight

+acGetWindowBottom

+acSetWindowSize


-Window Order Actions:


+acSetTopmost

+acClearTopmost

+acToggleTopmost

+acSendWindowToBottom

+acPreviousApplication

+acNextApplication


-Window Transparency and Color Key Actions:


+acGetWindowTransparency

+acGetWindowColorKeyR

+acGetWindowColorKeyG

+acGetWindowColorKeyB

+acSetWindowColorKey

+acSetWindowTransparencyAndColorKey

+acSetWindowTransparency


-Miscellaneous Window Actions:


+acGetWindowTitle

+acGetClassName

+acGetControlID

+acGetExecutableName


-Multiple Monitor Actions:


+acCenterWindowToScreen

+acClipWindowToScreen

+acFitWindowToScreen

+acMaximizeToAllScreens

+acGetMonitorFromPoint

+acGetMonitorName

+acSendWindowToPreviousMonitor

+acSendWindowToMonitorByName

+acSendWindowToMonitorByHandle

+acSendWindowToNextMonitor

+acGetMonitorFromName

+acGetMonitorBottom

+acGetMonitorTop

+acGetMonitorLeft

+acGetMonitorRight


-Keyboard Actions:


+acSendKeys

+acSendKeyDown

+acSendKeyUp

+acSendWinDown

+acSendWinUp

+acSendControlDown

+acSendControlUp

+acSendAltDown

+acSendAltUp

+acSendShiftDown

+acSendShiftUp


-Mouse Actions:


+acGetMouseLocationX

+acGetMouseLocationY

+acMouseMove

+acMouseClick

+acGetMouseCursorType

+acAutoHideMouseCursor

+acHideMouseCursor

+acShowMouseCursor


-Clipboard Actions:


+acGetClipboardText

+acSetClipboardText


-Audio Actions:


+acSetVolume

+acGetVolume

+acToggleMute

+acGetMute

+acSetMute

+acPlaySound


-Utility Actions:


+acConsumePhysicalInput

+acDelay

+acGetSystemMetrics

+acGetPixelRByPoint

+acGetPixelGByPoint

+acGetPixelBByPoint

+acMessageBox

+acDisplayBalloonTip

+acDisplayText

+acKillDisplayText

+acGetProcessIDFromPattern

+acGetWindowFromProcessID

+acIsImmersiveProcess

+acGetFileVersion

+acGetFileProductVersion

+acInputBox

+acRunProgram

+acShellExecute

+acLockWindows


-Windows Registry Actions:


+acRegistryCreateKey

+acRegistryDeleteKey

+acRegistryDeleteValue

+acRegistryGetString

+acRegistrySetString

+acRegistryGetNumber

+acRegistrySetNumber



-Windows Messages Actions:


+acSendMessage

+acPostMessage


-StrokesPlus Control Actions:


+acShowSettings

+acShowActions

+acShowHotkeys

+acShowIgnoreList

+acShowPrefs

+acShowAbout

+acDisable

+acDisableNext

+acDisableCapture

+acEnableCapture

+acReloadConfig

+acToggleTrayIcon

+acExit

Tham khảo thêm

+file hepl

+file ActionHelp.xml(Nằm trong thư mục cài đặt StrokesPlus ,có thêm phần ví dụ)

+hay forum StrokesPlus



Lưu ý :Những Action Functions nào có biến:

(hwndTarget, x, y) có thể thay thế bằng (nil, gsx, gsy) = thao tác chuột trên ứng dụng nào thì StrokePlus sẽ thực hiện trên ứng dụng đó

Ví dụ:



*Gán tổ hợp phím vào cử chỉ chuột

Để làm được điều này ta sử dụng acSendKeys()

Vi dụ:CTRL+TAB



-acSendKeys Usage:

@ = WINKEY

+ = SHIFT

^ = CTRL

% = ALT

Full SendKeys listing:


{ADD} = VK_ADD

{APPS} = VK_APPS

{AT} = @

{BACKSPACE} = VK_BACK

{BKSP} = VK_BACK

{BREAK} = VK_CANCEL

{BROWSERBACK} = VK_BROWSER_BACK

{BROWSERFAVORITES} = VK_BROWSER_FAVORITES

{BROWSERFORWARD} = VK_BROWSER_FORWARD

{BROWSERHOME} = VK_BROWSER_HOME

{BROWSERREFRESH} = VK_BROWSER_REFRESH

{BROWSERSEARCH} = VK_BROWSER_SEARCH

{BROWSERSTOP} = VK_BROWSER_STOP

{BS} = VK_BACK

{CAPSLOCK} = VK_CAPITAL

{CARET} = ^

{CLEAR} = VK_CLEAR

{DECIMAL} = VK_DECIMAL

{DEL} = VK_DELETE

{DELETE} = VK_DELETE

{DIVIDE} = VK_DIVIDE

{DOWN} = VK_DOWN

{END} = VK_END

{ENTER} = VK_RETURN

{ESC} = VK_ESCAPE

{ESCAPE} = VK_ESCAPE

{F10} = VK_F10

{F11} = VK_F11

{F12} = VK_F12

{F13} = VK_F13

{F14} = VK_F14

{F15} = VK_F15

{F16} = VK_F16

{F_1} = VK_F1

{F_2} = VK_F2

{F_3} = VK_F3

{F_4} = VK_F4

{F_5} = VK_F5

{F_6} = VK_F6

{F_7} = VK_F7

{F_8} = VK_F8

{F_9} = VK_F9

{HELP} = VK_HELP

{HOME} = VK_HOME

{INS} = VK_INSERT

{LBRACE} = {

{LEFT} = VK_LEFT

{LPAREN} = (

{LWIN} = VK_LWIN

{MEDIANEXTTRACK} = VK_MEDIA_NEXT_TRACK

{MEDIAPLAYPAUSE} = VK_MEDIA_PLAY_PAUSE

{MEDIAPREVTRACK} = VK_MEDIA_PREV_TRACK

{MEDIASTOP} = VK_MEDIA_STOP

{MULTIPLY} = VK_MULTIPLY

{NUMLOCK} = VK_NUMLOCK

{NUMPAD0} = VK_NUMPAD0

{NUMPAD1} = VK_NUMPAD1

{NUMPAD2} = VK_NUMPAD2

{NUMPAD3} = VK_NUMPAD3

{NUMPAD4} = VK_NUMPAD4

{NUMPAD5} = VK_NUMPAD5

{NUMPAD6} = VK_NUMPAD6

{NUMPAD7} = VK_NUMPAD7

{NUMPAD8} = VK_NUMPAD8

{NUMPAD9} = VK_NUMPAD9

{PERCENT} = %

{PGDN} = VK_NEXT

{PGUP} = VK_PRIOR

{PLUS} = +

{PRTSC} = VK_PRINT

{RBRACE} = }

{RIGHT} = VK_RIGHT

{RPAREN} = )

{RWIN} = VK_RWIN

{SCROLL} = VK_SCROLL

{SEPARATOR} - VK_SEPARATOR

{SLEEP} - VK_SLEEP

{SNAPSHOT} = VK_SNAPSHOT

{SUBTRACT} - VK_SUBTRACT

{TAB} = VK_TAB

{TILDE} = ~

{UP} = VK_UP

{VOLDOWN} = VK_VOLUME_DOWN

{VOLMUTE} = VK_VOLUME_MUTE

{VOLUP} = VK_VOLUME_UP

{WIN} = VK_LWIN
 
Các chủ đề có liên quan khác
Top