You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keybindings panel shows all registered actions with their current shortcut.
Double-click any row to edit the shortcut — press the desired key combination.
If there is a conflict, a warning is shown and the duplicate is highlighted.
Changes are applied immediately to all corresponding QAction objects — no restart required.
Keybindings are persisted to QSettings (Windows Registry or ~/.config/Gemini/EfficientManim.ini).
Resetting to Defaults
Click Reset All to Defaults in the keybindings panel. This restores every action to the default from the table above.
Shortcut Conflict Resolution
The registry tracks all reserved shortcuts. If you attempt to assign a shortcut that is already in use, the editor warns you and shows which action currently owns it. You must either reassign the conflicting action first or choose a different key.