We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca00ca9 commit 4fc2903Copy full SHA for 4fc2903
1 file changed
extensions/hypr-keybinds/src/hyprland-keybinds.tsx
@@ -47,7 +47,6 @@ export default function Command() {
47
/>
48
);
49
}
50
- console.log(keybinds);
51
return (
52
<List
53
isLoading={isLoading}
@@ -74,6 +73,7 @@ export default function Command() {
74
73
key={`${kb.key}-${kb.dispatcher}-${idx}`}
75
title={title}
76
accessories={accessories}
+ keywords={[title, kb.description, kb.arg]}
77
icon={Icon.Keyboard}
78
actions={
79
<ActionPanel>
0 commit comments