HotkeysModel

class omni.kit.hotkeys.window.model.hotkeys_model.HotkeysModel(column_registry: ColumnRegistry)

Bases: AbstractActionsModel

Methods

__init__(self)

Constructs AbstractItemModel.

add_empty_hotkey(item)

add_window_filter()

clear_empty_hotkey()

delete_hotkey_item(item)

destroy()

edit_hotkey_filter_item(item[, window_title])

edit_hotkey_item(item[, key_text, ...])

execute(item)

get_detail_items(item)

get_ext_items()

get_item_by_key(key_combination, hotkey_filter)

replace_item_key(key_combination, new_item, ...)

restore_item_key(item)

save_empty_action(action)

save_empty_hotkey(key_combination)

search(search_words)

__init__(self: omni.ui._ui.AbstractItemModel) None

Constructs AbstractItemModel.

`kwargsdict`

See below

### Keyword Arguments: