Commander
Constants
KEYMAP_COMMAND_MODIFIERS = (1_u32 << 18) | (1_u32 << 20)
KEYMAP_MOD_COMMAND = 1_u32 << 20
KEYMAP_MOD_CONTROL = 1_u32 << 18
KEYMAP_MOD_OPTION = 1_u32 << 19
KEYMAP_MOD_SHIFT = 1_u32 << 17
KEYMAP_NAMED_KEYS = {"space" => 49, "esc" => 53, "escape" => 53, "return" => 36, "enter" => 36, "backspace" => 51, "delete" => 51, "up" => 126, "down" => 125, "left" => 123, "right" => 124, "home" => 115, "end" => 119, "pageup" => 116, "pagedown" => 121, "f1" => 122, "f2" => 120, "f3" => 99, "f4" => 118, "f5" => 96, "f6" => 97, "f7" => 98, "f8" => 100, "f9" => 101, "f10" => 109, "a" => 0, "b" => 11, "c" => 8, "d" => 2, "e" => 14, "f" => 3, "g" => 5, "h" => 4, "i" => 34, "j" => 38, "k" => 40, "l" => 37, "m" => 46, "n" => 45, "o" => 31, "p" => 35, "q" => 12, "r" => 15, "s" => 1, "t" => 17, "u" => 32, "v" => 9, "w" => 13, "x" => 7, "y" => 16, "z" => 6}
ROW_FLAG_DIRECTORY = 1_u32
ROW_FLAG_EXECUTABLE = 2_u32
ROW_FLAG_MARKED = 8_u32
ROW_FLAG_PARENT = 4_u32
Nested types
- Commander::AppSnapshot
- Commander::AutomationCommand
- Commander::AutomationPolicy
- Commander::AutomationRequest
- Commander::AutomationResponse
- Commander::AutomationServer
- Commander::Command
- Commander::CommandContext
- Commander::CommandRegistry
- Commander::CommandSnapshot
- Commander::EntrySnapshot
- Commander::Event
- Commander::EventType
- Commander::ExternalViewSnapshot
- Commander::FileOperationKind
- Commander::FileOperationPlan
- Commander::FileOperationResult
- Commander::FileOperations
- Commander::FilePreview
- Commander::KeyBinding
- Commander::Keymap
- Commander::LoadedPlugin
- Commander::LuaPluginRuntime
- Commander::OperationPlanSnapshot
- Commander::PanelSnapshot
- Commander::PluginActionSnapshot
- Commander::PluginCommandManifest
- Commander::PluginHost
- Commander::PluginKeyBindingManifest
- Commander::PluginManifest
- Commander::PluginRuntime
- Commander::PluginRuntimeAction
- Commander::PluginRuntimeContext
- Commander::PluginRuntimeRequest
- Commander::PluginRuntimeResponse
- Commander::PluginRuntimeSnapshot
- Commander::PluginSnapshot
- Commander::PreviewSnapshot
- Commander::Renderer
- Commander::Row
- Commander::SDK
- Commander::SubprocessPluginRuntime
- Commander::TabSnapshot
- Commander::UI
- Commander::ViewerConfig
- Commander::ViewerConfigSnapshot
- Commander::ViewerSessionSnapshot
- Commander::VirtualFS