Skip to main content

Module handler

Module handler 

Source
Expand description

Handler module - Input event handling

Re-exports§

pub use action::get_filename_str;
pub use action::get_target_directory;
pub use action::handle_action;
pub use action::reload_tree;
pub use action::ActionContext;
pub use action::ActionResult;
pub use action::EntrySnapshot;
pub use hooks::HookContext;
pub use hooks::HookEvent;
pub use hooks::HookExecutor;
pub use hooks::HooksConfig;
pub use key::create_delete_targets;
pub use key::handle_key_event;
pub use key::handle_key_event_with_registry;
pub use key::update_input_buffer;
pub use key::KeyAction;
pub use keymap::KeyBindingRegistry;
pub use keymap::KeymapFile;
pub use mouse::handle_mouse_event;
pub use mouse::ClickDetector;
pub use mouse::MouseAction;
pub use mouse::PathBuffer;

Modules§

action
Action execution handler
hooks
Event hooks system
key
Keyboard event handling
keymap
Keymap configuration and registry
mouse
Mouse and keyboard input handling for file operations