core.keybinds module¶
Keybinding management.
- core.keybinds.delete_keybinds(filename)[source]¶
Deletes a keybindings file.
- Parameters:
filename – the filename to delete.
- core.keybinds.get_installed_file()[source]¶
Returns the name of the currently installed keybindings.
- core.keybinds.keybind_exists(filename)[source]¶
Returns whether a keybindings file already exists.
- Parameters:
filename – the filename to check.