refactor: goto minimode into a reusable numeric input minimode
This commit is contained in:
parent
e886b7064a
commit
1632061144
3 changed files with 155 additions and 134 deletions
|
@ -328,7 +328,7 @@
|
|||
["right_control", "palette_menu_activate_quick"]
|
||||
]
|
||||
},
|
||||
"mini/goto": {
|
||||
"mini/numeric": {
|
||||
"press": [
|
||||
["ctrl+q", "quit"],
|
||||
["ctrl+v", "system_paste"],
|
||||
|
@ -338,7 +338,7 @@
|
|||
["ctrl+l", "scroll_view_center_cycle"],
|
||||
["ctrl+space", "mini_mode_cancel"],
|
||||
["escape", "mini_mode_cancel"],
|
||||
["enter", "exit_mini_mode"],
|
||||
["enter", "mini_mode_select"],
|
||||
["backspace", "mini_mode_delete_backwards"]
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue