@@ -2683,6 +2683,8 @@ PostCommand POST_COMMANDS[] = {
2683
2683
{42455 , postToggleLastFocusedFxDeltaSolo}, // FX: Toggle delta solo for last focused FX
2684
2684
{40104 , postCursorMovementScrub}, // View: Move cursor left one pixel
2685
2685
{40105 , postCursorMovementScrub}, // View: Move cursor right one pixel
2686
+ {41666 , postCursorMovementScrub}, // View: Move cursor left 8 pixels
2687
+ {41667 , postCursorMovementScrub}, // View: Move cursor right 8 pixels
2686
2688
{40102 , postCursorMovementScrub}, // Time selection: Move cursor left, creating time selection
2687
2689
{40103 , postCursorMovementScrub}, // Time selection: Move cursor right, creating time selection
2688
2690
{40042 , postCursorMovement}, // Transport: Go to start of project
@@ -2980,6 +2982,14 @@ PostCustomCommand POST_CUSTOM_COMMANDS[] = {
2980
2982
{" _FNG_RATE_1_101" , postChangeItemRate}, // SWS/FNG: Time stretch selected items (fine)
2981
2983
{" _XENAKIOS_TIMERTEST1" , postChangeTransportState}, // Xenakios/SWS: Play selected items once
2982
2984
{" _FNG_QUANTIZE_TO_GRID" , postQuantize}, // SWS/FNG: Quantize item positions and MIDI note positions to grid
2985
+ {" _XENAKIOS_MOVECUR10PIX_LEFT" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor left 10 pixels
2986
+ {" _XENAKIOS_MOVECUR10PIX_RIGHT" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor right 10 pixels
2987
+ {" _XENAKIOS_MOVECUR10PIX_LEFTCTS" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor left 10 pixels, creating time selection
2988
+ {" _XENAKIOS_MOVECUR10PIX_RIGHTCTS" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor right 10 pixels, creating time selection
2989
+ {" _XENAKIOS_MOVECURRLEFTCONF" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor left configured pixels
2990
+ {" _XENAKIOS_MOVECURRIGHTCONF" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor right configured pixels
2991
+ {" _XENAKIOS_MOVECURRLEFTCONFCTS" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor left configured pixels, creating time selection
2992
+ {" _XENAKIOS_MOVECURRRIGHTCONFCTS" , postCursorMovementScrub}, // Xenakios/SWS: Move cursor right configured pixels, creating time selection
2983
2993
{nullptr },
2984
2994
};
2985
2995
0 commit comments