mysql-workbench: add shortcuts (closes #1916)

This commit is contained in:
Richard Kuhnt 2017-12-18 19:08:32 +01:00
parent a33f147433
commit 0854d21b0b

View File

@ -25,5 +25,11 @@
"MySQLWorkbench.exe", "MySQLWorkbench.exe",
"mysql.exe", "mysql.exe",
"mysqldump.exe" "mysqldump.exe"
],
"shortcuts": [
[
"MySQLWorkbench.exe",
"MySQLWorkbench"
]
] ]
} }