问题
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