From 430648471a001554a0e2c9c87f2ba749cc537a16 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Tue, 1 Dec 2020 10:17:35 +0100 Subject: [PATCH] Follow-up of 6ae1a1061491eb73ec4637a45b63c61c24d8aa4c - Fixed typo --- src/slic3r/GUI/KBShortcutsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") },