feat: add toggle_completion_info_mode command and keybindings

This commit is contained in:
CJ van den Berg 2026-02-05 16:48:23 +01:00
parent c1ae1fe25f
commit 1c2e1ae494
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 36 additions and 3 deletions

View file

@ -396,7 +396,9 @@
"overlay/dropdown-noninvasive": {
"inherit": "normal",
"press": [
["ctrl+space", "toggle_completion_info_mode"],
["alt+f9", "dropdown_next_widget_style"],
["shift+alt+f9", "info_box_next_widget_style"],
["ctrl+p", "palette_menu_up"],
["ctrl+n", "palette_menu_down"],
["escape", "palette_menu_cancel"],
@ -409,7 +411,9 @@
"overlay/dropdown": {
"inherit": "normal",
"press": [
["ctrl+space", "toggle_completion_info_mode"],
["alt+f9", "dropdown_next_widget_style"],
["shift+alt+f9", "info_box_next_widget_style"],
["ctrl+p", "palette_menu_up"],
["ctrl+n", "palette_menu_down"],
["escape", "palette_menu_cancel"],