Lines marked with (*change*?) often concern the position of tooltip and InputBoxes relative to the mouse position. ♣================================================================================================== No images used in F11 macro group: ; ♣================================================================================================ Legenda Modifier key + Shift Surfaces CSA_X/Y1 CSA_X1 CSA_Y1 TLC TopLeftCorner CSA_X/Y2 CSA_X2 CSA_Y2 BRC BottomRightCorner ♣================================================================================================== ; Increase/Decrease note duration dotted. Press N and start inputtting notes. ; WheelDown is toward you, Wheelup is away from you. ; To correct notes, input at the wrong pitch input the right one and click on the wrong one. ; To remove undesired ties across measures: right click on the first beat ; and change the duration with the wheel. Remove notes in chords bij clicking on them. ; Chords across barlines, only using Mouse and wheel are possible ; but MuseScore's native method works much faster in this case. ; FREE CANVAS ~[ & F11:: ; tooltip Wheel Input ToolT_F11_X, 0, 1 ~] & F11:: ; ExitApp ~[ & -:: ; info Wheel Note Input About key SC056 Some computer keyboards have this extra key. Sometimes conveniently at the extreme left between Shift and Z. The key has the ScanCode 056 and produces a backslash \ when you type. (a second backslash/pipe key) The normal backslash \ is used in many hotkey commands. It is the key near Return. This second backslash key is ONLY used in the commands of this macrogroup F11. Maybe your kbd has another special key between Shift and Z. You find info about the scancode of keys in the AHK helpfile: List of Keys -> Special Keys If your comp.kbd. lacks this key: substitute it by another prefix key. For instance a free or 'liberated' key like T, U, Y or some other prefix key of which the combination with the L/R//M mousebuttons and Z is not already in use. You can inspect the scancode of a key by clicking the AHK icon in the systemtray. View -> Key history and system info. ~SC056 & WheelUp:: ; increase note duration dotted ~SC056 & WheelDown:: ; decrease note duration dotted ~SC056 & LButton:: ; to previous note or rest PixelSearch - CanvasSearchArea - CSA_X1, CSA_Y1 and CSA_X2, CSA_Y2 - ColorV1/2/3/4 ~SC056 & RButton:: ; to next note or rest PixelSearch - CanvasSearchArea - CSA_X1, CSA_Y1 and CSA_X2, CSA_Y2 - ColorV1/2/3/4 ~SC056 & MButton ; creates rest ~SC056 & z:: ; creates tie