From d3f50e7eb9c2daff209b7163f6d7ee8a5f3df7d1 Mon Sep 17 00:00:00 2001 From: UlmerMan <74860436+UlmerMan@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:37:38 +0200 Subject: [PATCH] fixed typo in hotkeys.toml --- src/superfile_config/hotkeys.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superfile_config/hotkeys.toml b/src/superfile_config/hotkeys.toml index 65fcac37..d842509a 100644 --- a/src/superfile_config/hotkeys.toml +++ b/src/superfile_config/hotkeys.toml @@ -44,7 +44,7 @@ cancel_typing = ['ctrl+c', 'esc'] parent_directory = ['h', 'left', "backspace"] search_bar = ['/', ''] # ================================================================================================= -# Select mode hotkeys (can conflict with other modes, cananot conflict with global hotkeys) +# Select mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys) file_panel_select_mode_items_select_down = ['shift+down', 'J'] file_panel_select_mode_items_select_up = ['shift+up', 'K'] file_panel_select_all_items = ['A', '']