feat: bind f11 to show_logview

And remove hidden alt+l binding.
This commit is contained in:
CJ van den Berg 2026-04-10 13:50:50 +02:00
parent be4f939b26
commit 36ac002481
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -46,7 +46,6 @@
["alt+shift+p", "open_command_palette"], ["alt+shift+p", "open_command_palette"],
["alt+n", "goto_next_file_or_diagnostic"], ["alt+n", "goto_next_file_or_diagnostic"],
["alt+p", "goto_prev_file_or_diagnostic"], ["alt+p", "goto_prev_file_or_diagnostic"],
["alt+l", "toggle_panel"],
["alt+i", "toggle_inputview"], ["alt+i", "toggle_inputview"],
["alt+k", "toggle_keybindview"], ["alt+k", "toggle_keybindview"],
["alt+x", "open_command_palette"], ["alt+x", "open_command_palette"],
@ -56,7 +55,7 @@
["ctrl+k ctrl+s", "insert_command_name"], ["ctrl+k ctrl+s", "insert_command_name"],
["f9", "theme_prev"], ["f9", "theme_prev"],
["f10", "theme_next"], ["f10", "theme_next"],
["f11", "toggle_panel"], ["f11", "show_logview"],
["alt+f11", "toggle_color_scheme"], ["alt+f11", "toggle_color_scheme"],
["alt+f9", "panel_next_widget_style"], ["alt+f9", "panel_next_widget_style"],
["shift+alt+f9", "hint_window_next_widget_style"], ["shift+alt+f9", "hint_window_next_widget_style"],