fix: shortcut key tips (#37)
This commit is contained in:
parent
0e0d9d6f7d
commit
c3c47264f0
@ -641,7 +641,11 @@ function Sidebar:render()
|
|||||||
N.text_input({
|
N.text_input({
|
||||||
id = "text-input",
|
id = "text-input",
|
||||||
border_label = {
|
border_label = {
|
||||||
text = string.format(" 🙋 with %s %s (<Tab> key jump to the chat history): ", icon, code_filename),
|
text = string.format(
|
||||||
|
" 🙋 with %s %s (<Tab> key to switch between result and input): ",
|
||||||
|
icon,
|
||||||
|
code_filename
|
||||||
|
),
|
||||||
},
|
},
|
||||||
placeholder = "Enter your question",
|
placeholder = "Enter your question",
|
||||||
autofocus = true,
|
autofocus = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user