Available Shortcuts
Split Input
Cmd+Enter (Mac) / Ctrl+Enter (Windows/Linux)
Execute the split operation on your current input.This is the primary shortcut in SplitBox. Once you’ve pasted your list and configured your split settings, press this combination to instantly generate your batches.
The split shortcut works when the input textarea is focused. You can press it immediately after pasting your data.
When Shortcuts Are Active
Split Shortcut Requirements
TheCmd+Enter / Ctrl+Enter shortcut is available when:
- The input field contains text (not empty)
- The split value is a valid positive integer (≥ 1)
- There are no preprocessing errors
- A split operation is not already in progress
A hint appears below the controls showing ”⌘+Enter to split (X prepared items)” when the shortcut is ready to use.
Workflow Tips
Efficient Splitting Workflow
Adjust settings (optional)
Use
Tab to navigate between controls if you need to change split mode, batch size, or other options.Rapid Iteration
When experimenting with different split configurations:- Change a setting (batch size, mode, template, etc.)
- Press
Cmd+Enter/Ctrl+Enterto immediately see the results - Repeat until you get the desired output
You don’t need to clear the previous results. Each split operation replaces the previous batches automatically.
Browser Shortcuts
In addition to SplitBox’s built-in shortcuts, standard browser shortcuts work as expected:Select All
Cmd+A / Ctrl+A - Select all text in the input areaCopy
Cmd+C / Ctrl+C - Copy selected text to clipboardPaste
Cmd+V / Ctrl+V - Paste from clipboardUndo
Cmd+Z / Ctrl+Z - Undo the last edit in the input areaAccessibility Notes
Screen Reader Support
All interactive elements in SplitBox are keyboard accessible:- Use
Tabto move forward through controls - Use
Shift+Tabto move backward - Use
SpaceorEnterto activate buttons - Use arrow keys to navigate dropdown options
Focus Management
The input textarea receives focus automatically on page load, so you can start pasting immediately.The theme toggle button in the header includes an ARIA label for screen readers: “Switch to light mode” or “Switch to dark mode”.