I am trying to change the shortcut for execluting the current statement to Control-E, and therefor changed the main_menu.xml file found in C:\Program Files\MySQL\MySQL Workbench 6.3 CE\data. The problem is that
MySQLWorkbench中使用快捷键执行语句 在MySQLWorkbench中,我们经常需要执行SQL语句来操作数据库。通常情况下,我们需要在工具栏中找到执行按钮,或者使用鼠标右键单击并选择需要的操作,这样做非常繁琐。但是如果您知道如何使用快捷键,那么您可以更快更便捷地执行SQL语句
by "nothing happens" you mean that the old shortcut is still in effect or literaly neither the old one nor the new one? Marcin Szałowicz, MySQL Developer Tools Oracle Corporation Report bugs tohttp://bugs.mysql.com MySQL documentation can be found here:http://dev.mysql.com/doc/refman...
The old shortcut was still in effect. I have though managed to solve my problem by using a main_menu.xml-file from another computer where the change worked :-) Probably it was just a typo of some cind from my side... Subject