imgui.Text(u8'Достать')imgui.SameLine()
if imgui.HotKey("##1", --[[arg 1]], --[[arg#1]], 100) then JSONSave() end
imgui.SetCursorPos(imgui.ImVec2(920,75)) -- перемещение
imgui.Text(u8'Спрятать')imgui.SameLine()
if imgui.HotKey("##2", --[[arg 2]], --[[arg#2]], 100) then JSONSave() end