mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Follow-up of 095062e371
-> 3DConnexion settings dialog (Ctrl+M) shown only on Linux (not Mac)
This commit is contained in:
parent
095062e371
commit
081a24abf3
2 changed files with 5 additions and 6 deletions
|
@ -185,9 +185,9 @@ void KBShortcutsDialog::fill_shortcuts()
|
|||
{ "Z", L("Zoom to selected object\nor all objects in scene, if none selected") },
|
||||
{ "I", L("Zoom in") },
|
||||
{ "O", L("Zoom out") },
|
||||
#ifdef __APPLE__
|
||||
#ifdef __linux__
|
||||
{ ctrl + "M", L("Show/Hide 3Dconnexion devices settings dialog") },
|
||||
#endif // __APPLE__
|
||||
#endif // __linux__
|
||||
#if ENABLE_RENDER_PICKING_PASS
|
||||
// Don't localize debugging texts.
|
||||
{ "T", "Toggle picking pass texture rendering on/off" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue