mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
OSX specific: Fixed shortcut "Cmd+M"
This commit is contained in:
parent
1532e02b74
commit
3134359505
1 changed files with 5 additions and 0 deletions
|
@ -2487,7 +2487,12 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#if ENABLE_CTRL_M_ON_WINDOWS
|
#if ENABLE_CTRL_M_ON_WINDOWS
|
||||||
|
#ifdef __APPLE__
|
||||||
|
case 'm':
|
||||||
|
case 'M':
|
||||||
|
#else /* __APPLE__ */
|
||||||
case WXK_CONTROL_M:
|
case WXK_CONTROL_M:
|
||||||
|
#endif /* __APPLE__ */
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (wxGetApp().app_config->get("use_legacy_3DConnexion") == "1") {
|
if (wxGetApp().app_config->get("use_legacy_3DConnexion") == "1") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue