Some keys not working properly on MySQL Workbench for Mac

我的未来我决定 提交于 2020-01-14 08:07:10

问题


I'm using MySQL Workbench 6.3.9 for Mac and I'm having an unexpected issue. When writing SQL on the editor (any editor), it won't take my quotes (single or double) and some other special characters... For me to type a single quote, I'm having to hold Control key and then type the single quote...

Is this a know issue? Is there a solution for this out there?


回答1:


It's a bug on 6.3.9 version for Mac. Quotes will only work if you're using "standard US keyboard layout".

But you can configure just the Workbench to use US keyboard layout, keeping others application with your native layout:

  • Go to System Preferences > Keyboard > Input Sources
  • Enable booth keyboard layouts (yours and the US)
  • Check "Show Input Menu Bar" and "Automatically switch to a document's input source"
  • Then with the MySQLWorkbench app active, change your keyboar to US using the icon in Mac's menu bar

It's not the preetiest solution. But it works.




回答2:


I think this is a issue of this version. I came back to version 2.5.3, that is working well!



来源:https://stackoverflow.com/questions/43009643/some-keys-not-working-properly-on-mysql-workbench-for-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!