euporie.core.key_binding.bindings.page_navigation.merge_key_bindings
- euporie.core.key_binding.bindings.page_navigation.merge_key_bindings(bindings: Sequence[KeyBindingsBase]) → _MergedKeyBindings
Merge multiple
Keybindingobjects together.Usage:
bindings = merge_key_bindings([bindings1, bindings2, ...])