sS currentHotKey_orChoose(S name, S desc) { S key = currentHotKey(name); if (empty(key)) waitWhileShowing(showChangeHotkeyForm(name, desc)); ret currentHotKey(name); }