sinner_blog
New Member
Hôm nay mình đăng bài này để trao đổi và cũng xin thắc mắc về cách sử dụng! Vì mình không phải dân it nên không biết về cách viết lệnh cách lập trình. nên rất mong được sự giúp đỡ của các bác! Xin cảm ơn
Link tải:
Xin được dẫn video giới thiệu của trang chủ!
Mình mới chỉ biết add các phím tắt như Ctrl+A Win+L Win+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
Bác nào biết vè IT có thể giải thích cho mình các lệnh này và cách sử dụng được không? cảm ơn
*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
Xin được Thank bác @nickname2 và mình có copy nguồn bài tù bài viét của bác! vì bác lâu không lên VNZ lên không thể hỏi đuọc bác!!!
Link tải:
You must be registered for see links
Xin được dẫn video giới thiệu của trang chủ!
Mình mới chỉ biết add các phím tắt như Ctrl+A Win+L Win+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
Bác nào biết vè IT có thể giải thích cho mình các lệnh này và cách sử dụng được không? cảm ơn
*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
Xin được Thank bác @nickname2 và mình có copy nguồn bài tù bài viét của bác! vì bác lâu không lên VNZ lên không thể hỏi đuọc bác!!!