You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FunctionSelector.svelte allow a faster way to select functions.
Ideas:
allow starring functions. Starred functions show at the top. We store the info in metadata as starred_functions
allow assigning Alt - 1 ... Alt - 9 quick access shortcuts, like for notes except it would only work when in function selection dialog when filter is empty
allow selecting first 10 functions with Ctrl + 0 ... Ctrl + 9. Especially useful in combination with starring
The text was updated successfully, but these errors were encountered:
In
FunctionSelector.svelte
allow a faster way to select functions.Ideas:
starred_functions
Alt - 1
...Alt - 9
quick access shortcuts, like for notes except it would only work when in function selection dialog when filter is emptyCtrl + 0
...Ctrl + 9
. Especially useful in combination with starringThe text was updated successfully, but these errors were encountered: