Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-04-22 16:46:23 +0300
committerYuSanka <yusanka@gmail.com>2020-04-22 16:46:23 +0300
commit07411e795c7df493996db649102ce6c9be95798c (patch)
treebdb2710b23ae2ffb5ca5b33e7f06be3ba8c09778 /src/slic3r/GUI/KBShortcutsDialog.cpp
parent83782e59b671e867389fecae81161851f902d94a (diff)
Search: Implemented SearchDialog.
Search window on Plater: set flag SelectAll for search line
Diffstat (limited to 'src/slic3r/GUI/KBShortcutsDialog.cpp')
-rw-r--r--src/slic3r/GUI/KBShortcutsDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp
index 79a6cad20..9f31d23d8 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -134,6 +134,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ ctrl + "C", L("Copy to clipboard") },
{ ctrl + "V", L("Paste from clipboard") },
{ "F5", L("Reload plater from disk") },
+ { ctrl + "F", L("Search") },
// Window
{ ctrl + "1", L("Select Plater Tab") },
{ ctrl + "2", L("Select Print Settings Tab") },