Use Ctrl+Shift+Z as a shortcut for the Redo action in MySQL Workbench for Windows -
on windows, redo action in mysql workbench mapped ctrl+y keyboard shortcut (it looks has been since september 2009). use ctrl+shift+z. however, pressing combination prints sub character in current tab, interpret substitute character.
according so answer, should able change in main_menu.xml file. after doing , restarting mysql workbench, new keyboard shortcut correctly appears in edit menu, pressing corresponding keys still echoes sub character.
is there way make ctrl+shift+z work?
edit:
what did was:
- change shortcut
modifier+shift+zin elementid="com.mysql.wb.menu.edit.redo" - change shortcut other shortcut in element
id="com.mysql.wb.menu.database.sync_mysql_script"(which usingmodifier+shift+z).
you can see more detailed in thomas dickey's answer.
unfortunately, keyboard handling in mysql workbench not centralized. editor control (scintilla) has own keyboard scheme not influenced defined in xml. make lot of sense set hotkey in editor when loading them xml.
Comments
Post a Comment