Skip to main content

Module binds

Module binds 

Source
Expand description

Key binding configuration and parsing.

This module provides utilities for parsing and managing keyboard shortcuts and their associated actions in skim.

Structs§

KeyMap
A map of key events to their associated actions

Functions§

get_default_key_map
Returns the default key bindings for skim
parse_action_chain
Parses an action chain, separated by ’+’s into the corresponding actions
parse_key
Parses a key str into a crossterm KeyEvent
parse_keymap
Parse a single keymap and return the key and action(s)
parse_keymaps
Parse an iterator of keymaps into a KeyMap