1#ifndef IV_SRC_UI_CAD_UTILS_HPP_
2#define IV_SRC_UI_CAD_UTILS_HPP_
124 return "Ctrl + Shift + Z\n \\ Ctrl + Y";
132 return "Arrow Right";
134 return "Ctrl + Arrow Up";
136 return "Ctrl + Arrow Down";
138 return "Ctrl + Arrow Left";
140 return "Ctrl + Arrow Right";
155 return _(
"Add element");
157 return _(
"Delete selection");
159 return _(
"Copy elements");
161 return _(
"Paste elements");
165 return _(
"Equidistance");
167 return _(
"Alignment");
177 return _(
"Move down");
179 return _(
"Move left");
181 return _(
"Move right");
183 return _(
"Move up jumping");
185 return _(
"Move down jumping");
187 return _(
"Move left jumping");
189 return _(
"Move right jumping");
191 return _(
"Cancel action");
#define _(string)
Definition defines.hpp:169
Definition CadMimicEditorUseCases.cpp:21
std::string shortcutKey(iv::cad::eMimicEditorShortcut shortcut)
Definition utils.hpp:99
std::string shortcutDescription(iv::cad::eMimicEditorShortcut shortcut)
Definition utils.hpp:148
iv::cad::eMimicEditorShortcut extractMimicEditorShortcut(const iv::ui::KeysPressed &keysPressed)
Definition utils.hpp:13
eMimicEditorShortcut
Definition enums.hpp:8
Definition interactionsStructs.hpp:24
bool isKeyPlus
Definition interactionsStructs.hpp:32
bool isKeyR
Definition interactionsStructs.hpp:38
bool isArrowKeyUp
Definition interactionsStructs.hpp:46
bool isKeyP
Definition interactionsStructs.hpp:41
bool isKeyY
Definition interactionsStructs.hpp:37
bool isKeyZ
Definition interactionsStructs.hpp:36
bool isArrowKeyLeft
Definition interactionsStructs.hpp:47
bool isKeyEsc
Definition interactionsStructs.hpp:30
bool isKeyE
Definition interactionsStructs.hpp:39
bool isArrowKeyRight
Definition interactionsStructs.hpp:45
bool isKeyC
Definition interactionsStructs.hpp:33
bool isArrowKeyDown
Definition interactionsStructs.hpp:44
bool isShift
Definition interactionsStructs.hpp:26
bool isKeyA
Definition interactionsStructs.hpp:40
bool isKeyV
Definition interactionsStructs.hpp:34
bool isKeyDelete
Definition interactionsStructs.hpp:31
bool isControl
Definition interactionsStructs.hpp:27