Execute statement by shortcut in mysql workbench

Jacob picture Jacob · Oct 26, 2013 · Viewed 44.2k times · Source

How can I execute any statement in MySQL Workbench using shortcut? Now I have to press buttom (yellow lightning). Of course I have read this: http://dev.mysql.com/doc/workbench/en/wb-keys.html (Table 14.6 - query menu) but I don't know what does mean Modifier+Return ?

As we can read Modifier is Ctrl (in Windows) but what is Return?

Answer

RustProof Labs picture RustProof Labs · Oct 26, 2013

Return = Enter key. So Ctrl + Enter key should execute.