3#include <imgui/imgui.h>
15inline const ImGuiKeyCombination
new_scene = {ImGuiKey_LeftCtrl, ImGuiKey_N};
16inline const ImGuiKeyCombination
open_scene = {ImGuiKey_LeftCtrl, ImGuiKey_O};
17inline const ImGuiKeyCombination
save_scene = {ImGuiKey_LeftCtrl, ImGuiKey_S};
18inline const ImGuiKeyCombination
save_scene_as = {ImGuiKey_LeftCtrl, ImGuiKey_LeftShift, ImGuiKey_S};
34inline const ImGuiKeyCombination
duplicate_item = {ImGuiKey_LeftCtrl, ImGuiKey_D};
41inline const ImGuiKeyCombination
select_all = {ImGuiKey_LeftCtrl, ImGuiKey_A};
42inline const ImGuiKeyCombination
cut = {ImGuiKey_LeftCtrl, ImGuiKey_X};
43inline const ImGuiKeyCombination
copy = {ImGuiKey_LeftCtrl, ImGuiKey_C};
44inline const ImGuiKeyCombination
paste = {ImGuiKey_LeftCtrl, ImGuiKey_V};
45inline const ImGuiKeyCombination
undo = {ImGuiKey_LeftCtrl, ImGuiKey_Z};
46inline const ImGuiKeyCombination
redo = {ImGuiKey_LeftCtrl, ImGuiKey_Y};
47inline const ImGuiKeyCombination
redo_alt = {ImGuiKey_LeftCtrl, ImGuiKey_LeftShift, ImGuiKey_Z};
48inline const ImGuiKeyCombination
undo_history = {ImGuiKey_LeftCtrl, ImGuiKey_U};
49inline const ImGuiKeyCombination
recompile_ui = {ImGuiKey_LeftCtrl, ImGuiKey_LeftShift, ImGuiKey_R};
58inline constexpr ImGuiKey
ik_ccd = ImGuiKey_K;
63inline const ImGuiKeyCombination
frame_all = {ImGuiKey_LeftAlt, ImGuiKey_F};
69inline constexpr ImGuiKey
help = ImGuiKey_F1;
74 return ImGui::GetKeyCombinationName(shortcut);
79 return ImGui::GetKeyName(key);
constexpr ImGuiKey camera_forward
constexpr ImGuiKey camera_left
constexpr ImGuiKey modifier_camera_speed_boost
const ImGuiKeyCombination copy
const ImGuiKeyCombination frame_all
const ImGuiKeyCombination undo_history
const ImGuiKeyCombination cut
constexpr ImGuiKey play_toggle
constexpr ImGuiKey item_cancel
constexpr ImGuiKey delete_item
const ImGuiKeyCombination select_all
const ImGuiKeyCombination duplicate_item
constexpr ImGuiKey camera_right
constexpr ImGuiKey rename_item
const ImGuiKeyCombination new_scene
constexpr ImGuiKeyChord snap_scene_camera_to_selected_camera
const ImGuiKeyCombination paste
constexpr ImGuiKey toggle_gizmo_mode
const ImGuiKeyCombination undo
constexpr ImGuiKey ik_ccd
constexpr ImGuiKey step_frame
constexpr ImGuiKey camera_backward
const ImGuiKeyCombination redo
auto get_shortcut_name(const ImGuiKeyCombination &shortcut) -> std::string
constexpr ImGuiKey item_action_alt
constexpr ImGuiKey pause_toggle
const ImGuiKeyCombination recompile_ui
constexpr ImGuiKey ik_fabrik
constexpr ImGuiKey toggle_local_global
constexpr ImGuiKey focus_selected
constexpr ImGuiKey item_action
const ImGuiKeyCombination redo_alt
constexpr ImGuiKey navigate_back
constexpr ImGuiKey bounds_tool
constexpr ImGuiKey rotate_tool
const ImGuiKeyCombination save_scene_as
const ImGuiKeyCombination open_scene
constexpr ImGuiKey modifier_snapping
constexpr ImGuiKey universal_tool
constexpr ImGuiKey scale_tool
const ImGuiKeyCombination save_scene
constexpr ImGuiKey move_tool