refactor: add dropdown_keybinds configuration option
This commit is contained in:
parent
d59dc65e6b
commit
c4301c40d9
3 changed files with 24 additions and 2 deletions
|
|
@ -375,7 +375,7 @@
|
|||
["right_control", "palette_menu_activate_quick"]
|
||||
]
|
||||
},
|
||||
"overlay/dropdown": {
|
||||
"overlay/dropdown-noninvasive": {
|
||||
"inherit": "normal",
|
||||
"press": [
|
||||
["alt+f9", "dropdown_next_widget_style"],
|
||||
|
|
@ -388,6 +388,19 @@
|
|||
["tab", "palette_menu_complete"]
|
||||
]
|
||||
},
|
||||
"overlay/dropdown": {
|
||||
"inherit": "normal",
|
||||
"press": [
|
||||
["alt+f9", "dropdown_next_widget_style"],
|
||||
["ctrl+p", "palette_menu_up"],
|
||||
["ctrl+n", "palette_menu_down"],
|
||||
["escape", "palette_menu_cancel"],
|
||||
["up", "palette_menu_up"],
|
||||
["down", "palette_menu_down"],
|
||||
["enter", "palette_menu_activate"],
|
||||
["tab", "palette_menu_complete"]
|
||||
]
|
||||
},
|
||||
"mini/numeric": {
|
||||
"press": [
|
||||
["ctrl+?", "toggle_keybind_hints"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue