A visual cheat-sheet for the 71 keyboard shortcuts found in Sequel Pro. This application is MacOS-only.
| Shortcut | Action | 
|---|---|
| Cmd1 | Table Structure | 
| Cmd2 | Table Content | 
| Cmd3 | Table Relations | 
| Cmd4 | Table Info | 
| Cmd5 | Custom Query | 
| Cmd6 | Table Triggers | 
| Shortcut | Action | 
|---|---|
| CmdN | New window (connection file) | 
| CmdT | New tab (connection file) | 
| CmdShiftA | Add connection to favorites | 
| CmdO | Open (connection file or SQL file) | 
| CmdOptO | Open current connection file in new window | 
| CmdS | Save (connection flie) | 
| CmdShiftS | Save as (connection file) | 
| CmdCtrlS | Save query | 
| CmdW | Close (connection file) | 
| CmdOptW | Close all (connection file) | 
| CmdP | |
| CmdShiftI | Import | 
| CmdShiftK | Show console window | 
| CmdK | Clear console | 
| CtrlOptLeft | Back in history | 
| CtrlOptRight | Forward in history | 
| CtrlTab | Select next tab | 
| CtrlShiftTab | Select previous tab | 
| CtrlShiftN | Insert NULL value | 
| CmdShiftC | Copy create table syntax | 
| CmdOptS | Show create table syntax | 
| CmdShiftR | Refresh databases | 
| CmdShiftD | Choose database | 
| CmdShiftV | Show server variables | 
| CmdOptP | Show server processes | 
| CmdCtrlR | Refresh tables | 
| CmdShiftF | Flush privileges | 
| CmdU | User accounts... | 
| CmdC | Copy selection or selected row(s) | 
| CmdOptC | Copy selected row(s) with column names | 
| CmdOptCtrlC | Copy selected row(s) as SQL INSERT | 
| CmdShiftT | Show/hide toolbar | 
| CmdCtrlF | Filter table content | 
| CmdOptCtrlF | Filter tables | 
| CmdOptCtrlB | Bundle editor | 
| CmdOptCtrlN | Navigator | 
| Shortcut | Action | 
|---|---|
| CtrlW | Select current word | 
| CtrlL | Select current line | 
| CmdShiftB | Select enclosing brackets | 
| CmdA | Select all | 
| Shortcut | Action | 
|---|---|
| CmdOptA | Add a new field | 
| Del | Delete selected field | 
| CmdD | Duplicate selected field | 
| CmdR | Refresh table structure | 
| Cmd4 | Edit table details | 
| Shortcut | Action | 
|---|---|
| CmdOptA | Add a new row | 
| Del | Delete selected row(s) | 
| CmdD | Duplicate selected row | 
| CmdR | Refresh table contents | 
| Shortcut | Action | 
|---|---|
| CmdOptR | Run all queries (1.0+) / Run current query or selection (<=0.9.9.1) | 
| CmdR | Run current query or selection (1.0+) / Run all queries (<=0.9.9.1) | 
| Cmd[ | Shift line or selection rightwards | 
| Cmd] | Shift line or selection leftwards | 
| Cmd/ | Toggle comment line or selection | 
| CmdOpt/ | Toggle comment current query | 
| F5 | Spell checker completion (narrow-down list) | 
| CtrlY | Select current query | 
| CtrlH | Show MySQL help for current word or selection | 
| CmdOptF | Open query favorites popup menu | 
| CmdOptY | Open query history popup menu | 
| CtrlUp | Insert previous history item (successively) | 
| CtrlDown | Insert next history item (successively) | 
| CmdOpt1 | Show all database names as completion list | 
| CmdOpt2 | Show all table and view names as completion list | 
| CmdOpt3 | Show all table names from current database as completion list |