diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index 21fe6a747..d67362645 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -212,7 +212,7 @@ void KBShortcutsDialog::fill_shortcuts() { "S", L("Move vertical slider current thumb Down") }, { "A", L("Move horizontal slider current thumb Left") }, { "D", L("Move horizontal slider current thumb Right") }, - { "O", L("Toggle vertical slider one layer mode ON/OFF") }, + { "X", L("Toggle vertical slider one layer mode ON/OFF") }, { "L", L("Show/Hide Legend and Estimated printing time") }, #else { L("Arrow Up"), L("Upper layer") },